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 |
---|---|
GetPartitionInfoTResponse |
GetPartitionInfoTResponse.deepCopy() |
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) |
GetPartitionInfoTResponse |
KeyValueMasterClientService.AsyncClient.getPartitionInfo_call.getResult() |
GetPartitionInfoTResponse |
KeyValueMasterClientService.getPartitionInfo_result.getSuccess() |
GetPartitionInfoTResponse |
KeyValueMasterClientService.Client.recv_getPartitionInfo() |
GetPartitionInfoTResponse |
GetPartitionInfoTResponse.setPartitionInfo(List<PartitionInfo> partitionInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetPartitionInfoTResponse> |
KeyValueMasterClientService.AsyncProcessor.getPartitionInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetPartitionInfoTResponse.compareTo(GetPartitionInfoTResponse other) |
boolean |
GetPartitionInfoTResponse.equals(GetPartitionInfoTResponse that) |
KeyValueMasterClientService.getPartitionInfo_result |
KeyValueMasterClientService.getPartitionInfo_result.setSuccess(GetPartitionInfoTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueMasterClientService.AsyncProcessor.getPartitionInfo.start(I iface,
KeyValueMasterClientService.getPartitionInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<GetPartitionInfoTResponse> resultHandler) |
Constructor and Description |
---|
getPartitionInfo_result(GetPartitionInfoTResponse success,
AlluxioTException e) |
GetPartitionInfoTResponse(GetPartitionInfoTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.