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) |
getServiceVersion, recv_getServiceVersion, send_getServiceVersion
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public CompletePartitionTResponse completePartition(String path, PartitionInfo info, CompletePartitionTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
completePartition
in interface KeyValueMasterClientService.Iface
path
- the path of the storeinfo
- information about the partition to mark completeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_completePartition(String path, PartitionInfo info, CompletePartitionTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CompletePartitionTResponse recv_completePartition() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public CompleteStoreTResponse completeStore(String path, CompleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
completeStore
in interface KeyValueMasterClientService.Iface
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_completeStore(String path, CompleteStoreTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CompleteStoreTResponse recv_completeStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public CreateStoreTResponse createStore(String path, CreateStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
createStore
in interface KeyValueMasterClientService.Iface
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_createStore(String path, CreateStoreTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CreateStoreTResponse recv_createStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public DeleteStoreTResponse deleteStore(String path, DeleteStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
deleteStore
in interface KeyValueMasterClientService.Iface
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_deleteStore(String path, DeleteStoreTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public DeleteStoreTResponse recv_deleteStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetPartitionInfoTResponse getPartitionInfo(String path, GetPartitionInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
getPartitionInfo
in interface KeyValueMasterClientService.Iface
path
- the path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_getPartitionInfo(String path, GetPartitionInfoTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetPartitionInfoTResponse recv_getPartitionInfo() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public MergeStoreTResponse mergeStore(String fromPath, String toPath, MergeStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
mergeStore
in interface KeyValueMasterClientService.Iface
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
public void send_mergeStore(String fromPath, String toPath, MergeStoreTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public MergeStoreTResponse recv_mergeStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public RenameStoreTResponse renameStore(String oldPath, String newPath, RenameStoreTOptions options) throws AlluxioTException, org.apache.thrift.TException
KeyValueMasterClientService.Iface
renameStore
in interface KeyValueMasterClientService.Iface
oldPath
- the old path of the storenewPath
- the new path of the storeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_renameStore(String oldPath, String newPath, RenameStoreTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public RenameStoreTResponse recv_renameStore() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.