public static interface KeyValueMasterClientService.Iface extends AlluxioService.Iface
Modifier and Type | Method and Description |
---|---|
CompletePartitionTResponse |
completePartition(String path,
PartitionInfo info,
CompletePartitionTOptions options)
Marks a partition complete and adds it to the store.
|
CompleteStoreTResponse |
completeStore(String path,
CompleteStoreTOptions options)
Marks a store complete with its filesystem path.
|
CreateStoreTResponse |
createStore(String path,
CreateStoreTOptions options)
Creates a new key-value store on master.
|
DeleteStoreTResponse |
deleteStore(String path,
DeleteStoreTOptions options)
Deletes a completed key-value store.
|
GetPartitionInfoTResponse |
getPartitionInfo(String path,
GetPartitionInfoTOptions options)
Gets the partition information for the key-value store at the given filesystem path.
|
MergeStoreTResponse |
mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options)
Merges one completed key-value store to another completed key-value store.
|
RenameStoreTResponse |
renameStore(String oldPath,
String newPath,
RenameStoreTOptions options)
Renames a completed key-value store.
|
getServiceVersion
CompletePartitionTResponse completePartition(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 optionsAlluxioTException
org.apache.thrift.TException
CompleteStoreTResponse completeStore(String path, CompleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
CreateStoreTResponse createStore(String path, CreateStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
DeleteStoreTResponse deleteStore(String path, DeleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
GetPartitionInfoTResponse getPartitionInfo(String path, GetPartitionInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
MergeStoreTResponse mergeStore(String fromPath, 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 optionsAlluxioTException
org.apache.thrift.TException
RenameStoreTResponse renameStore(String oldPath, 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 optionsAlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.