Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CompleteStoreTResponse |
KeyValueMasterClientServiceHandler.completeStore(String path,
CompleteStoreTOptions options) |
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(String path,
CompleteStoreTOptions options)
Marks a store complete with its filesystem path.
|
CompleteStoreTResponse |
KeyValueMasterClientService.Client.completeStore(String path,
CompleteStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.completeStore(String path,
CompleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.completeStore(String path,
CompleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CompleteStoreTOptions.equals(CompleteStoreTOptions that) |
void |
KeyValueMasterClientService.Client.send_completeStore(String path,
CompleteStoreTOptions options) |
KeyValueMasterClientService.completeStore_args |
KeyValueMasterClientService.completeStore_args.setOptions(CompleteStoreTOptions options)
the method options
|
Constructor and Description |
---|
completeStore_args(String path,
CompleteStoreTOptions options) |
completeStore_call(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 © 2023. All Rights Reserved.