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