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 |
---|---|
BackupTOptions |
BackupTOptions.deepCopy() |
BackupTOptions |
MetaMasterClientService.backup_args.getOptions()
the method options
|
BackupTOptions |
BackupTOptions.setLocalFileSystem(boolean localFileSystem) |
BackupTOptions |
BackupTOptions.setTargetDirectory(String targetDirectory) |
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) |
void |
MetaMasterClientService.AsyncIface.backup(BackupTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.AsyncClient.backup(BackupTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
BackupTOptions.compareTo(BackupTOptions other) |
boolean |
BackupTOptions.equals(BackupTOptions that) |
void |
MetaMasterClientService.Client.send_backup(BackupTOptions options) |
MetaMasterClientService.backup_args |
MetaMasterClientService.backup_args.setOptions(BackupTOptions options)
the method options
|
Constructor and Description |
---|
backup_args(BackupTOptions options) |
backup_call(BackupTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
BackupTOptions(BackupTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
BackupTOptions |
BackupOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
static BackupOptions |
BackupOptions.fromThrift(BackupTOptions tOpts) |
Copyright © 2023. All Rights Reserved.