public class BackupResponse extends Object
Constructor and Description |
---|
BackupResponse(AlluxioURI backupUri,
String hostname,
long entryCount) |
Modifier and Type | Method and Description |
---|---|
static BackupResponse |
fromThrift(BackupTResponse tResp) |
AlluxioURI |
getBackupUri() |
long |
getEntryCount() |
String |
getHostname() |
BackupTResponse |
toThrift() |
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 fromThrift(BackupTResponse tResp)
tResp
- thrift optionspublic BackupTResponse toThrift()
public AlluxioURI getBackupUri()
public String getHostname()
public long getEntryCount()
Copyright © 2023. All Rights Reserved.