Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
BackupTResponse |
MetaMasterClientServiceHandler.backup(BackupTOptions options) |
Modifier and Type | Method and Description |
---|---|
BackupTResponse |
MetaMasterClientService.Iface.backup(BackupTOptions options)
Backs up the Alluxio master to the specified URI
|
BackupTResponse |
MetaMasterClientService.Client.backup(BackupTOptions options) |
BackupTResponse |
BackupTResponse.deepCopy() |
BackupTResponse |
MetaMasterClientService.AsyncClient.backup_call.getResult() |
BackupTResponse |
MetaMasterClientService.backup_result.getSuccess() |
BackupTResponse |
MetaMasterClientService.Client.recv_backup() |
BackupTResponse |
BackupTResponse.setBackupUri(String backupUri) |
BackupTResponse |
BackupTResponse.setEntryCount(long entryCount) |
BackupTResponse |
BackupTResponse.setHostname(String hostname) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<BackupTResponse> |
MetaMasterClientService.AsyncProcessor.backup.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
BackupTResponse.compareTo(BackupTResponse other) |
boolean |
BackupTResponse.equals(BackupTResponse that) |
MetaMasterClientService.backup_result |
MetaMasterClientService.backup_result.setSuccess(BackupTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterClientService.AsyncProcessor.backup.start(I iface,
MetaMasterClientService.backup_args args,
org.apache.thrift.async.AsyncMethodCallback<BackupTResponse> resultHandler) |
Constructor and Description |
---|
backup_result(BackupTResponse success,
AlluxioTException e) |
BackupTResponse(BackupTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
BackupTResponse |
BackupResponse.toThrift() |
Modifier and Type | Method and Description |
---|---|
static BackupResponse |
BackupResponse.fromThrift(BackupTResponse tResp) |
Copyright © 2023. All Rights Reserved.