| Modifier and Type | Method and Description |
|---|---|
PartitionInfo |
PartitionInfo.deepCopy() |
PartitionInfo |
KeyValueMasterClientService.completePartition_args.getInfo()
information about the partition to mark complete
|
PartitionInfo |
PartitionInfo.setBlockId(long blockId) |
PartitionInfo |
PartitionInfo.setKeyLimit(byte[] keyLimit) |
PartitionInfo |
PartitionInfo.setKeyLimit(ByteBuffer keyLimit) |
PartitionInfo |
PartitionInfo.setKeyStart(byte[] keyStart) |
PartitionInfo |
PartitionInfo.setKeyStart(ByteBuffer keyStart) |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionInfo> |
KeyValueMasterClientService.Iface.getPartitionInfo(String path)
Gets the partition information for the key-value store at the given filesystem path.
|
List<PartitionInfo> |
KeyValueMasterClientService.Client.getPartitionInfo(String path) |
List<PartitionInfo> |
KeyValueMasterClientService.AsyncClient.getPartitionInfo_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<PartitionInfo>> |
KeyValueMasterClientService.AsyncProcessor.getPartitionInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<PartitionInfo> |
KeyValueMasterClientService.getPartitionInfo_result.getSuccess() |
Iterator<PartitionInfo> |
KeyValueMasterClientService.getPartitionInfo_result.getSuccessIterator() |
List<PartitionInfo> |
KeyValueMasterClientService.Client.recv_getPartitionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueMasterClientService.getPartitionInfo_result.addToSuccess(PartitionInfo elem) |
int |
PartitionInfo.compareTo(PartitionInfo other) |
void |
KeyValueMasterClientService.Iface.completePartition(String path,
PartitionInfo info)
Marks a partition complete and adds it to the store.
|
void |
KeyValueMasterClientService.Client.completePartition(String path,
PartitionInfo info) |
void |
KeyValueMasterClientService.AsyncIface.completePartition(String path,
PartitionInfo info,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueMasterClientService.AsyncClient.completePartition(String path,
PartitionInfo info,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
PartitionInfo.equals(PartitionInfo that) |
void |
KeyValueMasterClientService.Client.send_completePartition(String path,
PartitionInfo info) |
KeyValueMasterClientService.completePartition_args |
KeyValueMasterClientService.completePartition_args.setInfo(PartitionInfo info)
information about the partition to mark complete
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueMasterClientService.getPartitionInfo_result |
KeyValueMasterClientService.getPartitionInfo_result.setSuccess(List<PartitionInfo> success) |
void |
KeyValueMasterClientService.AsyncProcessor.getPartitionInfo.start(I iface,
KeyValueMasterClientService.getPartitionInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<List<PartitionInfo>> resultHandler) |
| Constructor and Description |
|---|
KeyValueMasterClientService.AsyncClient.completePartition_call(String path,
PartitionInfo info,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
KeyValueMasterClientService.completePartition_args(String path,
PartitionInfo info) |
PartitionInfo(PartitionInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
KeyValueMasterClientService.getPartitionInfo_result(List<PartitionInfo> success,
AlluxioTException e) |
Copyright © 2016. All Rights Reserved.