| 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(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options)
Merges one completed key-value store to another completed key-value store.
|
MergeStoreTResponse |
KeyValueMasterClientService.Client.mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.Client.send_mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options) |
KeyValueMasterClientService.mergeStore_args |
KeyValueMasterClientService.mergeStore_args.setOptions(MergeStoreTOptions options)
the method options
|
| Constructor and Description |
|---|
mergeStore_args(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options) |
mergeStore_call(java.lang.String fromPath,
java.lang.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 © 2019. All Rights Reserved.