Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.keyvalue |
Modifier and Type | Method and Description |
---|---|
GetTOptions |
GetTOptions.deepCopy() |
GetTOptions |
KeyValueWorkerClientService.get_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetTOptions.compareTo(GetTOptions other) |
boolean |
GetTOptions.equals(GetTOptions that) |
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) |
void |
KeyValueWorkerClientService.AsyncIface.get(long blockId,
ByteBuffer key,
GetTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.AsyncClient.get(long blockId,
ByteBuffer key,
GetTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.Client.send_get(long blockId,
ByteBuffer key,
GetTOptions options) |
KeyValueWorkerClientService.get_args |
KeyValueWorkerClientService.get_args.setOptions(GetTOptions options)
the method options
|
Constructor and Description |
---|
get_args(long blockId,
ByteBuffer key,
GetTOptions options) |
get_call(long blockId,
ByteBuffer key,
GetTOptions 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) |
GetTOptions(GetTOptions 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.