Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
RenameStoreTResponse |
KeyValueMasterClientServiceHandler.renameStore(String oldPath,
String newPath,
RenameStoreTOptions options) |
Modifier and Type | Method and Description |
---|---|
RenameStoreTOptions |
RenameStoreTOptions.deepCopy() |
RenameStoreTOptions |
KeyValueMasterClientService.renameStore_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
RenameStoreTOptions.compareTo(RenameStoreTOptions other) |
boolean |
RenameStoreTOptions.equals(RenameStoreTOptions that) |
RenameStoreTResponse |
KeyValueMasterClientService.Iface.renameStore(String oldPath,
String newPath,
RenameStoreTOptions options)
Renames a completed key-value store.
|
RenameStoreTResponse |
KeyValueMasterClientService.Client.renameStore(String oldPath,
String newPath,
RenameStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.renameStore(String oldPath,
String newPath,
RenameStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.renameStore(String oldPath,
String newPath,
RenameStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.Client.send_renameStore(String oldPath,
String newPath,
RenameStoreTOptions options) |
KeyValueMasterClientService.renameStore_args |
KeyValueMasterClientService.renameStore_args.setOptions(RenameStoreTOptions options)
the method options
|
Constructor and Description |
---|
renameStore_args(String oldPath,
String newPath,
RenameStoreTOptions options) |
renameStore_call(String oldPath,
String newPath,
RenameStoreTOptions 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) |
RenameStoreTOptions(RenameStoreTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.