Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CreateStoreTResponse |
KeyValueMasterClientServiceHandler.createStore(String path,
CreateStoreTOptions options) |
Modifier and Type | Method and Description |
---|---|
CreateStoreTOptions |
CreateStoreTOptions.deepCopy() |
CreateStoreTOptions |
KeyValueMasterClientService.createStore_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
CreateStoreTOptions.compareTo(CreateStoreTOptions other) |
CreateStoreTResponse |
KeyValueMasterClientService.Iface.createStore(String path,
CreateStoreTOptions options)
Creates a new key-value store on master.
|
CreateStoreTResponse |
KeyValueMasterClientService.Client.createStore(String path,
CreateStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.createStore(String path,
CreateStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.createStore(String path,
CreateStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CreateStoreTOptions.equals(CreateStoreTOptions that) |
void |
KeyValueMasterClientService.Client.send_createStore(String path,
CreateStoreTOptions options) |
KeyValueMasterClientService.createStore_args |
KeyValueMasterClientService.createStore_args.setOptions(CreateStoreTOptions options)
the method options
|
Constructor and Description |
---|
createStore_args(String path,
CreateStoreTOptions options) |
createStore_call(String path,
CreateStoreTOptions 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) |
CreateStoreTOptions(CreateStoreTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.