| 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(java.lang.String path,
GetPartitionInfoTOptions options)
Gets the partition information for the key-value store at the given filesystem path.
|
GetPartitionInfoTResponse |
KeyValueMasterClientService.Client.getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options) |
void |
KeyValueMasterClientService.AsyncIface.getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.Client.send_getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options) |
KeyValueMasterClientService.getPartitionInfo_args |
KeyValueMasterClientService.getPartitionInfo_args.setOptions(GetPartitionInfoTOptions options)
the method options
|
| Constructor and Description |
|---|
getPartitionInfo_args(java.lang.String path,
GetPartitionInfoTOptions options) |
getPartitionInfo_call(java.lang.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 © 2019. All Rights Reserved.