public static class KeyValueMasterClientService.AsyncClient extends AlluxioService.AsyncClient implements KeyValueMasterClientService.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueMasterClientService.AsyncClient.completePartition_call |
static class |
KeyValueMasterClientService.AsyncClient.completeStore_call |
static class |
KeyValueMasterClientService.AsyncClient.createStore_call |
static class |
KeyValueMasterClientService.AsyncClient.deleteStore_call |
static class |
KeyValueMasterClientService.AsyncClient.Factory |
static class |
KeyValueMasterClientService.AsyncClient.getPartitionInfo_call |
static class |
KeyValueMasterClientService.AsyncClient.mergeStore_call |
AlluxioService.AsyncClient.getServiceVersion_call| Constructor and Description |
|---|
KeyValueMasterClientService.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 |
completePartition(String path,
PartitionInfo info,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
completeStore(String path,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
createStore(String path,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
deleteStore(String path,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getPartitionInfo(String path,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
mergeStore(String fromPath,
String toPath,
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 KeyValueMasterClientService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport)
public void completePartition(String path, PartitionInfo info, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
completePartition in interface KeyValueMasterClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void completeStore(String path, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
completeStore in interface KeyValueMasterClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void createStore(String path, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
createStore in interface KeyValueMasterClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void getPartitionInfo(String path, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getPartitionInfo in interface KeyValueMasterClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void deleteStore(String path, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
deleteStore in interface KeyValueMasterClientService.AsyncIfaceorg.apache.thrift.TExceptionpublic void mergeStore(String fromPath, String toPath, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
mergeStore in interface KeyValueMasterClientService.AsyncIfaceorg.apache.thrift.TExceptionCopyright © 2016. All Rights Reserved.