public static interface KeyValueWorkerClientService.AsyncIface extends AlluxioService.AsyncIface
| Modifier and Type | Method and Description |
|---|---|
void |
get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getNextKeys(long blockId,
java.nio.ByteBuffer key,
int numKeys,
GetNextKeysTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getSize(long blockId,
GetSizeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersionvoid get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getNextKeys(long blockId,
java.nio.ByteBuffer key,
int numKeys,
GetNextKeysTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid getSize(long blockId,
GetSizeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2019. All Rights Reserved.