Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.keyvalue |
Modifier and Type | Method and Description |
---|---|
GetTResponse |
GetTResponse.deepCopy() |
GetTResponse |
KeyValueWorkerClientService.Iface.get(long blockId,
ByteBuffer key,
GetTOptions options)
Looks up a key in the block with the given block id.
|
GetTResponse |
KeyValueWorkerClientService.Client.get(long blockId,
ByteBuffer key,
GetTOptions options) |
GetTResponse |
KeyValueWorkerClientService.AsyncClient.get_call.getResult() |
GetTResponse |
KeyValueWorkerClientService.get_result.getSuccess() |
GetTResponse |
KeyValueWorkerClientService.Client.recv_get() |
GetTResponse |
GetTResponse.setData(byte[] data) |
GetTResponse |
GetTResponse.setData(ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetTResponse> |
KeyValueWorkerClientService.AsyncProcessor.get.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetTResponse.compareTo(GetTResponse other) |
boolean |
GetTResponse.equals(GetTResponse that) |
KeyValueWorkerClientService.get_result |
KeyValueWorkerClientService.get_result.setSuccess(GetTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueWorkerClientService.AsyncProcessor.get.start(I iface,
KeyValueWorkerClientService.get_args args,
org.apache.thrift.async.AsyncMethodCallback<GetTResponse> resultHandler) |
Constructor and Description |
---|
get_result(GetTResponse success,
AlluxioTException e) |
GetTResponse(GetTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
GetTResponse |
KeyValueWorkerClientServiceHandler.get(long blockId,
ByteBuffer key,
GetTOptions options) |
Copyright © 2023. All Rights Reserved.