Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.keyvalue |
Modifier and Type | Method and Description |
---|---|
GetSizeTResponse |
GetSizeTResponse.deepCopy() |
GetSizeTResponse |
KeyValueWorkerClientService.AsyncClient.getSize_call.getResult() |
GetSizeTResponse |
KeyValueWorkerClientService.Iface.getSize(long blockId,
GetSizeTOptions options)
Gets the number of key-value pairs in the partition.
|
GetSizeTResponse |
KeyValueWorkerClientService.Client.getSize(long blockId,
GetSizeTOptions options) |
GetSizeTResponse |
KeyValueWorkerClientService.getSize_result.getSuccess() |
GetSizeTResponse |
KeyValueWorkerClientService.Client.recv_getSize() |
GetSizeTResponse |
GetSizeTResponse.setSize(int size) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetSizeTResponse> |
KeyValueWorkerClientService.AsyncProcessor.getSize.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetSizeTResponse.compareTo(GetSizeTResponse other) |
boolean |
GetSizeTResponse.equals(GetSizeTResponse that) |
KeyValueWorkerClientService.getSize_result |
KeyValueWorkerClientService.getSize_result.setSuccess(GetSizeTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueWorkerClientService.AsyncProcessor.getSize.start(I iface,
KeyValueWorkerClientService.getSize_args args,
org.apache.thrift.async.AsyncMethodCallback<GetSizeTResponse> resultHandler) |
Constructor and Description |
---|
getSize_result(GetSizeTResponse success,
AlluxioTException e) |
GetSizeTResponse(GetSizeTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
GetSizeTResponse |
KeyValueWorkerClientServiceHandler.getSize(long blockId,
GetSizeTOptions options) |
Copyright © 2023. All Rights Reserved.