Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
DeleteStoreTResponse |
KeyValueMasterClientServiceHandler.deleteStore(String path,
DeleteStoreTOptions options) |
Modifier and Type | Method and Description |
---|---|
DeleteStoreTOptions |
DeleteStoreTOptions.deepCopy() |
DeleteStoreTOptions |
KeyValueMasterClientService.deleteStore_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
DeleteStoreTOptions.compareTo(DeleteStoreTOptions other) |
DeleteStoreTResponse |
KeyValueMasterClientService.Iface.deleteStore(String path,
DeleteStoreTOptions options)
Deletes a completed key-value store.
|
DeleteStoreTResponse |
KeyValueMasterClientService.Client.deleteStore(String path,
DeleteStoreTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.deleteStore(String path,
DeleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.deleteStore(String path,
DeleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
DeleteStoreTOptions.equals(DeleteStoreTOptions that) |
void |
KeyValueMasterClientService.Client.send_deleteStore(String path,
DeleteStoreTOptions options) |
KeyValueMasterClientService.deleteStore_args |
KeyValueMasterClientService.deleteStore_args.setOptions(DeleteStoreTOptions options)
the method options
|
Constructor and Description |
---|
deleteStore_args(String path,
DeleteStoreTOptions options) |
deleteStore_call(String path,
DeleteStoreTOptions 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) |
DeleteStoreTOptions(DeleteStoreTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.