| Modifier and Type | Method and Description |
|---|---|
CompleteStoreTOptions |
CompleteStoreTOptions.deepCopy() |
CompleteStoreTOptions |
KeyValueMasterClientService.completeStore_args.getOptions()
the method options
|
| Modifier and Type | Method and Description |
|---|---|
int |
CompleteStoreTOptions.compareTo(CompleteStoreTOptions other) |
CompleteStoreTResponse |
KeyValueMasterClientService.Iface.completeStore(java.lang.String path,
CompleteStoreTOptions options)
Marks a store complete with its filesystem path.
|
CompleteStoreTResponse |
KeyValueMasterClientService.Client.completeStore(java.lang.String path,
CompleteStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.completeStore(java.lang.String path,
CompleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.completeStore(java.lang.String path,
CompleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CompleteStoreTOptions.equals(CompleteStoreTOptions that) |
void |
KeyValueMasterClientService.Client.send_completeStore(java.lang.String path,
CompleteStoreTOptions options) |
KeyValueMasterClientService.completeStore_args |
KeyValueMasterClientService.completeStore_args.setOptions(CompleteStoreTOptions options)
the method options
|
| Constructor and Description |
|---|
completeStore_args(java.lang.String path,
CompleteStoreTOptions options) |
completeStore_call(java.lang.String path,
CompleteStoreTOptions 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) |
CompleteStoreTOptions(CompleteStoreTOptions other)
Performs a deep copy on other.
|
Copyright © 2019. All Rights Reserved.