Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetPartitionInfoTResponse |
KeyValueMasterClientServiceHandler.getPartitionInfo(String path,
GetPartitionInfoTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetPartitionInfoTOptions |
GetPartitionInfoTOptions.deepCopy() |
GetPartitionInfoTOptions |
KeyValueMasterClientService.getPartitionInfo_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetPartitionInfoTOptions.compareTo(GetPartitionInfoTOptions other) |
boolean |
GetPartitionInfoTOptions.equals(GetPartitionInfoTOptions that) |
GetPartitionInfoTResponse |
KeyValueMasterClientService.Iface.getPartitionInfo(String path,
GetPartitionInfoTOptions options)
Gets the partition information for the key-value store at the given filesystem path.
|
GetPartitionInfoTResponse |
KeyValueMasterClientService.Client.getPartitionInfo(String path,
GetPartitionInfoTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.getPartitionInfo(String path,
GetPartitionInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.getPartitionInfo(String path,
GetPartitionInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.Client.send_getPartitionInfo(String path,
GetPartitionInfoTOptions options) |
KeyValueMasterClientService.getPartitionInfo_args |
KeyValueMasterClientService.getPartitionInfo_args.setOptions(GetPartitionInfoTOptions options)
the method options
|
Constructor and Description |
---|
getPartitionInfo_args(String path,
GetPartitionInfoTOptions options) |
getPartitionInfo_call(String path,
GetPartitionInfoTOptions 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) |
GetPartitionInfoTOptions(GetPartitionInfoTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.