Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.keyvalue |
Modifier and Type | Method and Description |
---|---|
GetSizeTOptions |
GetSizeTOptions.deepCopy() |
GetSizeTOptions |
KeyValueWorkerClientService.getSize_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetSizeTOptions.compareTo(GetSizeTOptions other) |
boolean |
GetSizeTOptions.equals(GetSizeTOptions that) |
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) |
void |
KeyValueWorkerClientService.AsyncIface.getSize(long blockId,
GetSizeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.AsyncClient.getSize(long blockId,
GetSizeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.Client.send_getSize(long blockId,
GetSizeTOptions options) |
KeyValueWorkerClientService.getSize_args |
KeyValueWorkerClientService.getSize_args.setOptions(GetSizeTOptions options)
the method options
|
Constructor and Description |
---|
getSize_args(long blockId,
GetSizeTOptions options) |
getSize_call(long blockId,
GetSizeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetSizeTOptions(GetSizeTOptions 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.