public class BackupResponse extends Object
Constructor and Description |
---|
BackupResponse(AlluxioURI backupUri,
String hostname,
long entryCount) |
Modifier and Type | Method and Description |
---|---|
static BackupResponse |
fromProto(BackupPResponse pResp) |
AlluxioURI |
getBackupUri() |
long |
getEntryCount() |
String |
getHostname() |
BackupPResponse |
toProto() |
public BackupResponse(AlluxioURI backupUri, String hostname, long entryCount)
backupUri
- the URI of the backed up filehostname
- the hostname of the master that did the backupentryCount
- the entry count in backuppublic static BackupResponse fromProto(BackupPResponse pResp)
pResp
- proto optionspublic BackupPResponse toProto()
public AlluxioURI getBackupUri()
public String getHostname()
public long getEntryCount()
Copyright © 2023. All Rights Reserved.