public static interface KeyValueMasterClientService.Iface extends AlluxioService.Iface
| Modifier and Type | Method and Description |
|---|---|
CompletePartitionTResponse |
completePartition(java.lang.String path,
PartitionInfo info,
CompletePartitionTOptions options)
Marks a partition complete and adds it to the store.
|
CompleteStoreTResponse |
completeStore(java.lang.String path,
CompleteStoreTOptions options)
Marks a store complete with its filesystem path.
|
CreateStoreTResponse |
createStore(java.lang.String path,
CreateStoreTOptions options)
Creates a new key-value store on master.
|
DeleteStoreTResponse |
deleteStore(java.lang.String path,
DeleteStoreTOptions options)
Deletes a completed key-value store.
|
GetPartitionInfoTResponse |
getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options)
Gets the partition information for the key-value store at the given filesystem path.
|
MergeStoreTResponse |
mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options)
Merges one completed key-value store to another completed key-value store.
|
RenameStoreTResponse |
renameStore(java.lang.String oldPath,
java.lang.String newPath,
RenameStoreTOptions options)
Renames a completed key-value store.
|
getServiceVersionCompletePartitionTResponse completePartition(java.lang.String path, PartitionInfo info, CompletePartitionTOptions options) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeinfo - information about the partition to mark completeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionCompleteStoreTResponse completeStore(java.lang.String path, CompleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionCreateStoreTResponse createStore(java.lang.String path, CreateStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionDeleteStoreTResponse deleteStore(java.lang.String path, DeleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionGetPartitionInfoTResponse getPartitionInfo(java.lang.String path, GetPartitionInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionMergeStoreTResponse mergeStore(java.lang.String fromPath, java.lang.String toPath, MergeStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
fromPath - the path of the store to be mergedtoPath - the path of the store to be merged tooptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionRenameStoreTResponse renameStore(java.lang.String oldPath, java.lang.String newPath, RenameStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
oldPath - the old path of the storenewPath - the new path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionCopyright © 2019. All Rights Reserved.