| 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,
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) |
void |
KeyValueWorkerClientService.AsyncIface.get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.AsyncClient.get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
KeyValueWorkerClientService.Client.send_get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options) |
KeyValueWorkerClientService.get_args |
KeyValueWorkerClientService.get_args.setOptions(GetTOptions options)
the method options
|
| Constructor and Description |
|---|
get_args(long blockId,
java.nio.ByteBuffer key,
GetTOptions options) |
get_call(long blockId,
java.nio.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.
|
Copyright © 2019. All Rights Reserved.