@ThreadSafe public final class KeyValueMasterClientServiceHandler extends java.lang.Object implements KeyValueMasterClientService.Iface
| Modifier and Type | Method and Description |
|---|---|
CompletePartitionTResponse |
completePartition(java.lang.String path,
PartitionInfo info,
CompletePartitionTOptions options) |
CompleteStoreTResponse |
completeStore(java.lang.String path,
CompleteStoreTOptions options) |
CreateStoreTResponse |
createStore(java.lang.String path,
CreateStoreTOptions options) |
DeleteStoreTResponse |
deleteStore(java.lang.String path,
DeleteStoreTOptions options) |
GetPartitionInfoTResponse |
getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options) |
GetServiceVersionTResponse |
getServiceVersion(GetServiceVersionTOptions options) |
MergeStoreTResponse |
mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options) |
RenameStoreTResponse |
renameStore(java.lang.String oldPath,
java.lang.String newPath,
RenameStoreTOptions options) |
public GetServiceVersionTResponse getServiceVersion(GetServiceVersionTOptions options)
getServiceVersion in interface AlluxioService.Ifacepublic CompletePartitionTResponse completePartition(java.lang.String path, PartitionInfo info, CompletePartitionTOptions options) throws AlluxioTException
completePartition in interface KeyValueMasterClientService.IfaceAlluxioTExceptionpublic CreateStoreTResponse createStore(java.lang.String path, CreateStoreTOptions options) throws AlluxioTException
createStore in interface KeyValueMasterClientService.IfaceAlluxioTExceptionpublic CompleteStoreTResponse completeStore(java.lang.String path, CompleteStoreTOptions options) throws AlluxioTException
completeStore in interface KeyValueMasterClientService.IfaceAlluxioTExceptionpublic DeleteStoreTResponse deleteStore(java.lang.String path, DeleteStoreTOptions options) throws AlluxioTException
deleteStore in interface KeyValueMasterClientService.IfaceAlluxioTExceptionpublic GetPartitionInfoTResponse getPartitionInfo(java.lang.String path, GetPartitionInfoTOptions options) throws AlluxioTException
getPartitionInfo in interface KeyValueMasterClientService.IfaceAlluxioTExceptionpublic MergeStoreTResponse mergeStore(java.lang.String fromPath, java.lang.String toPath, MergeStoreTOptions options) throws AlluxioTException
mergeStore in interface KeyValueMasterClientService.IfaceAlluxioTExceptionpublic RenameStoreTResponse renameStore(java.lang.String oldPath, java.lang.String newPath, RenameStoreTOptions options) throws AlluxioTException
renameStore in interface KeyValueMasterClientService.IfaceAlluxioTExceptionCopyright © 2017. All Rights Reserved.