public static class KeyValueMasterClientService.Client extends AlluxioService.Client implements KeyValueMasterClientService.Iface
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueMasterClientService.Client.Factory |
| Constructor and Description |
|---|
Client(org.apache.thrift.protocol.TProtocol prot) |
Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
| 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.
|
CompletePartitionTResponse |
recv_completePartition() |
CompleteStoreTResponse |
recv_completeStore() |
CreateStoreTResponse |
recv_createStore() |
DeleteStoreTResponse |
recv_deleteStore() |
GetPartitionInfoTResponse |
recv_getPartitionInfo() |
MergeStoreTResponse |
recv_mergeStore() |
RenameStoreTResponse |
recv_renameStore() |
RenameStoreTResponse |
renameStore(java.lang.String oldPath,
java.lang.String newPath,
RenameStoreTOptions options)
Renames a completed key-value store.
|
void |
send_completePartition(java.lang.String path,
PartitionInfo info,
CompletePartitionTOptions options) |
void |
send_completeStore(java.lang.String path,
CompleteStoreTOptions options) |
void |
send_createStore(java.lang.String path,
CreateStoreTOptions options) |
void |
send_deleteStore(java.lang.String path,
DeleteStoreTOptions options) |
void |
send_getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options) |
void |
send_mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options) |
void |
send_renameStore(java.lang.String oldPath,
java.lang.String newPath,
RenameStoreTOptions options) |
getServiceVersion, recv_getServiceVersion, send_getServiceVersiongetInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOnewayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceVersionpublic Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
public CompletePartitionTResponse completePartition(java.lang.String path, PartitionInfo info, CompletePartitionTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacecompletePartition in interface KeyValueMasterClientService.Ifacepath - the path of the storeinfo - information about the partition to mark completeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_completePartition(java.lang.String path,
PartitionInfo info,
CompletePartitionTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic CompletePartitionTResponse recv_completePartition() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionpublic CompleteStoreTResponse completeStore(java.lang.String path, CompleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacecompleteStore in interface KeyValueMasterClientService.Ifacepath - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_completeStore(java.lang.String path,
CompleteStoreTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic CompleteStoreTResponse recv_completeStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionpublic CreateStoreTResponse createStore(java.lang.String path, CreateStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacecreateStore in interface KeyValueMasterClientService.Ifacepath - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_createStore(java.lang.String path,
CreateStoreTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic CreateStoreTResponse recv_createStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionpublic DeleteStoreTResponse deleteStore(java.lang.String path, DeleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacedeleteStore in interface KeyValueMasterClientService.Ifacepath - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_deleteStore(java.lang.String path,
DeleteStoreTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic DeleteStoreTResponse recv_deleteStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionpublic GetPartitionInfoTResponse getPartitionInfo(java.lang.String path, GetPartitionInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacegetPartitionInfo in interface KeyValueMasterClientService.Ifacepath - the path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_getPartitionInfo(java.lang.String path,
GetPartitionInfoTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic GetPartitionInfoTResponse recv_getPartitionInfo() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionpublic MergeStoreTResponse mergeStore(java.lang.String fromPath, java.lang.String toPath, MergeStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacemergeStore in interface KeyValueMasterClientService.IfacefromPath - the path of the store to be mergedtoPath - the path of the store to be merged tooptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_mergeStore(java.lang.String fromPath,
java.lang.String toPath,
MergeStoreTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic MergeStoreTResponse recv_mergeStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionpublic RenameStoreTResponse renameStore(java.lang.String oldPath, java.lang.String newPath, RenameStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.IfacerenameStore in interface KeyValueMasterClientService.IfaceoldPath - the old path of the storenewPath - the new path of the storeoptions - the method optionsAlluxioTExceptionorg.apache.thrift.TExceptionpublic void send_renameStore(java.lang.String oldPath,
java.lang.String newPath,
RenameStoreTOptions options)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic RenameStoreTResponse recv_renameStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTExceptionorg.apache.thrift.TExceptionCopyright © 2019. All Rights Reserved.