| Modifier and Type | Method and Description |
|---|---|
GetTResponse |
GetTResponse.deepCopy() |
GetTResponse |
KeyValueWorkerClientService.Iface.get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options)
Looks up a key in the block with the given block id.
|
GetTResponse |
KeyValueWorkerClientService.Client.get(long blockId,
java.nio.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(java.nio.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.
|
Copyright © 2019. All Rights Reserved.