Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CompletePartitionTResponse |
KeyValueMasterClientServiceHandler.completePartition(String path,
PartitionInfo info,
CompletePartitionTOptions options) |
Modifier and Type | Method and Description |
---|---|
CompletePartitionTResponse |
KeyValueMasterClientService.Iface.completePartition(String path,
PartitionInfo info,
CompletePartitionTOptions options)
Marks a partition complete and adds it to the store.
|
CompletePartitionTResponse |
KeyValueMasterClientService.Client.completePartition(String path,
PartitionInfo info,
CompletePartitionTOptions options) |
CompletePartitionTResponse |
CompletePartitionTResponse.deepCopy() |
CompletePartitionTResponse |
KeyValueMasterClientService.AsyncClient.completePartition_call.getResult() |
CompletePartitionTResponse |
KeyValueMasterClientService.completePartition_result.getSuccess() |
CompletePartitionTResponse |
KeyValueMasterClientService.Client.recv_completePartition() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CompletePartitionTResponse> |
KeyValueMasterClientService.AsyncProcessor.completePartition.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CompletePartitionTResponse.compareTo(CompletePartitionTResponse other) |
boolean |
CompletePartitionTResponse.equals(CompletePartitionTResponse that) |
KeyValueMasterClientService.completePartition_result |
KeyValueMasterClientService.completePartition_result.setSuccess(CompletePartitionTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueMasterClientService.AsyncProcessor.completePartition.start(I iface,
KeyValueMasterClientService.completePartition_args args,
org.apache.thrift.async.AsyncMethodCallback<CompletePartitionTResponse> resultHandler) |
Constructor and Description |
---|
completePartition_result(CompletePartitionTResponse success,
AlluxioTException e) |
CompletePartitionTResponse(CompletePartitionTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.