public static interface KeyValueMasterClientService.Iface extends AlluxioService.Iface
| Modifier and Type | Method and Description |
|---|---|
void |
completePartition(String path,
PartitionInfo info)
Marks a partition complete and adds it to the store.
|
void |
completeStore(String path)
Marks a store complete with its filesystem path.
|
void |
createStore(String path)
Creates a new key-value store on master.
|
void |
deleteStore(String path)
Deletes a completed key-value store.
|
List<PartitionInfo> |
getPartitionInfo(String path)
Gets the partition information for the key-value store at the given filesystem path.
|
void |
mergeStore(String fromPath,
String toPath)
Merges one completed key-value store to another completed key-value store.
|
getServiceVersionvoid completePartition(String path, PartitionInfo info) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeinfo - information about the partition to mark completeAlluxioTExceptionorg.apache.thrift.TExceptionvoid completeStore(String path) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeAlluxioTExceptionorg.apache.thrift.TExceptionvoid createStore(String path) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeAlluxioTExceptionorg.apache.thrift.TExceptionList<PartitionInfo> getPartitionInfo(String path) throws AlluxioTException, org.apache.thrift.TException
path - the path of the storeAlluxioTExceptionorg.apache.thrift.TExceptionvoid deleteStore(String path) throws AlluxioTException, ThriftIOException, org.apache.thrift.TException
path - the path of the storeAlluxioTExceptionThriftIOExceptionorg.apache.thrift.TExceptionvoid mergeStore(String fromPath, String toPath) throws AlluxioTException, ThriftIOException, org.apache.thrift.TException
fromPath - the path of the store to be mergedtoPath - the path of the store to be merged toAlluxioTExceptionThriftIOExceptionorg.apache.thrift.TExceptionCopyright © 2016. All Rights Reserved.