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 |
static class |
KeyValueMasterClientService.AsyncClient.renameStore_call |
AlluxioService.AsyncClient.getServiceVersion_call
Constructor and Description |
---|
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,
CompletePartitionTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
completeStore(String path,
CompleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
createStore(String path,
CreateStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
deleteStore(String path,
DeleteStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getPartitionInfo(String path,
GetPartitionInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
renameStore(String oldPath,
String newPath,
RenameStoreTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersion
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public 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, CompletePartitionTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
completePartition
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
public void completeStore(String path, CompleteStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
completeStore
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
public void createStore(String path, CreateStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
createStore
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
public void deleteStore(String path, DeleteStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
deleteStore
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
public void getPartitionInfo(String path, GetPartitionInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getPartitionInfo
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
public void mergeStore(String fromPath, String toPath, MergeStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
mergeStore
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
public void renameStore(String oldPath, String newPath, RenameStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
renameStore
in interface KeyValueMasterClientService.AsyncIface
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.