Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.keyvalue |
Modifier and Type | Method and Description |
---|---|
GetNextKeysTResponse |
GetNextKeysTResponse.deepCopy() |
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) |
GetNextKeysTResponse |
KeyValueWorkerClientService.AsyncClient.getNextKeys_call.getResult() |
GetNextKeysTResponse |
KeyValueWorkerClientService.getNextKeys_result.getSuccess() |
GetNextKeysTResponse |
KeyValueWorkerClientService.Client.recv_getNextKeys() |
GetNextKeysTResponse |
GetNextKeysTResponse.setKeys(List<ByteBuffer> keys) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetNextKeysTResponse> |
KeyValueWorkerClientService.AsyncProcessor.getNextKeys.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetNextKeysTResponse.compareTo(GetNextKeysTResponse other) |
boolean |
GetNextKeysTResponse.equals(GetNextKeysTResponse that) |
KeyValueWorkerClientService.getNextKeys_result |
KeyValueWorkerClientService.getNextKeys_result.setSuccess(GetNextKeysTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueWorkerClientService.AsyncProcessor.getNextKeys.start(I iface,
KeyValueWorkerClientService.getNextKeys_args args,
org.apache.thrift.async.AsyncMethodCallback<GetNextKeysTResponse> resultHandler) |
Constructor and Description |
---|
getNextKeys_result(GetNextKeysTResponse success,
AlluxioTException e) |
GetNextKeysTResponse(GetNextKeysTResponse 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.