@ThreadSafe public final class KeyValueWorkerClientServiceHandler extends java.lang.Object implements KeyValueWorkerClientService.Iface
| Modifier and Type | Method and Description |
|---|---|
GetTResponse |
get(long blockId,
java.nio.ByteBuffer key,
GetTOptions options) |
GetNextKeysTResponse |
getNextKeys(long blockId,
java.nio.ByteBuffer key,
int numKeys,
GetNextKeysTOptions options) |
GetServiceVersionTResponse |
getServiceVersion(GetServiceVersionTOptions options) |
GetSizeTResponse |
getSize(long blockId,
GetSizeTOptions options) |
public GetServiceVersionTResponse getServiceVersion(GetServiceVersionTOptions options)
getServiceVersion in interface AlluxioService.Ifacepublic GetTResponse get(long blockId, java.nio.ByteBuffer key, GetTOptions options) throws AlluxioTException
get in interface KeyValueWorkerClientService.IfaceAlluxioTExceptionpublic GetNextKeysTResponse getNextKeys(long blockId, java.nio.ByteBuffer key, int numKeys, GetNextKeysTOptions options) throws AlluxioTException
getNextKeys in interface KeyValueWorkerClientService.IfaceAlluxioTExceptionpublic GetSizeTResponse getSize(long blockId, GetSizeTOptions options) throws AlluxioTException
getSize in interface KeyValueWorkerClientService.IfaceAlluxioTExceptionCopyright © 2017. All Rights Reserved.