Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
MergeStoreTResponse |
KeyValueMasterClientServiceHandler.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options) |
Modifier and Type | Method and Description |
---|---|
MergeStoreTOptions |
MergeStoreTOptions.deepCopy() |
MergeStoreTOptions |
KeyValueMasterClientService.mergeStore_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
MergeStoreTOptions.compareTo(MergeStoreTOptions other) |
boolean |
MergeStoreTOptions.equals(MergeStoreTOptions that) |
MergeStoreTResponse |
KeyValueMasterClientService.Iface.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options)
Merges one completed key-value store to another completed key-value store.
|
MergeStoreTResponse |
KeyValueMasterClientService.Client.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.Client.send_mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options) |
KeyValueMasterClientService.mergeStore_args |
KeyValueMasterClientService.mergeStore_args.setOptions(MergeStoreTOptions options)
the method options
|
Constructor and Description |
---|
mergeStore_args(String fromPath,
String toPath,
MergeStoreTOptions options) |
mergeStore_call(String fromPath,
String toPath,
MergeStoreTOptions 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) |
MergeStoreTOptions(MergeStoreTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.