public static interface KeyValueMasterClientService.AsyncIface extends AlluxioService.AsyncIface
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
void completePartition(String path, PartitionInfo info, CompletePartitionTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void completeStore(String path, CompleteStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void createStore(String path, CreateStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void deleteStore(String path, DeleteStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getPartitionInfo(String path, GetPartitionInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void mergeStore(String fromPath, String toPath, MergeStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void renameStore(String oldPath, String newPath, RenameStoreTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.