public static class KeyValueWorkerClientService.AsyncClient extends AlluxioService.AsyncClient implements KeyValueWorkerClientService.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueWorkerClientService.AsyncClient.Factory |
static class |
KeyValueWorkerClientService.AsyncClient.get_call |
static class |
KeyValueWorkerClientService.AsyncClient.getNextKeys_call |
static class |
KeyValueWorkerClientService.AsyncClient.getSize_call |
AlluxioService.AsyncClient.getServiceVersion_call| Constructor and Description |
|---|
KeyValueWorkerClientService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
get(long blockId,
ByteBuffer key,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getSize(long blockId,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersioncheckReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceVersionpublic KeyValueWorkerClientService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport)
public void get(long blockId,
ByteBuffer key,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
get in interface KeyValueWorkerClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void getNextKeys(long blockId,
ByteBuffer key,
int numKeys,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
getNextKeys in interface KeyValueWorkerClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void getSize(long blockId,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
getSize in interface KeyValueWorkerClientService.AsyncIfaceorg.apache.thrift.TExceptionCopyright © 2016. All Rights Reserved.