Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.keyvalue |
Modifier and Type | Method and Description |
---|---|
GetNextKeysTOptions |
GetNextKeysTOptions.deepCopy() |
GetNextKeysTOptions |
KeyValueWorkerClientService.getNextKeys_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetNextKeysTOptions.compareTo(GetNextKeysTOptions other) |
boolean |
GetNextKeysTOptions.equals(GetNextKeysTOptions that) |
GetNextKeysTResponse |
KeyValueWorkerClientService.Iface.getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options)
Gets a batch of keys next to the given key in the partition.
|
GetNextKeysTResponse |
KeyValueWorkerClientService.Client.getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options) |
void |
KeyValueWorkerClientService.AsyncIface.getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.AsyncClient.getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.Client.send_getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options) |
KeyValueWorkerClientService.getNextKeys_args |
KeyValueWorkerClientService.getNextKeys_args.setOptions(GetNextKeysTOptions options)
the method options
|
Constructor and Description |
---|
getNextKeys_args(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options) |
getNextKeys_call(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions 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) |
GetNextKeysTOptions(GetNextKeysTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
GetNextKeysTResponse |
KeyValueWorkerClientServiceHandler.getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
GetNextKeysTOptions options) |
Copyright © 2023. All Rights Reserved.