| Modifier and Type | Method and Description |
|---|---|
CompletePartitionTResponse |
KeyValueMasterClientService.Iface.completePartition(java.lang.String path,
PartitionInfo info,
CompletePartitionTOptions options)
Marks a partition complete and adds it to the store.
|
CompletePartitionTResponse |
KeyValueMasterClientService.Client.completePartition(java.lang.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 © 2019. All Rights Reserved.