public static class FileSystemMasterClientService.Client extends AlluxioService.Client implements FileSystemMasterClientService.Iface
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemMasterClientService.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 CheckConsistencyTResponse checkConsistency(String path, CheckConsistencyTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
checkConsistency
in interface FileSystemMasterClientService.Iface
path
- the root of the subtree to checkoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_checkConsistency(String path, CheckConsistencyTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CheckConsistencyTResponse recv_checkConsistency() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public CompleteFileTResponse completeFile(String path, CompleteFileTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
completeFile
in interface FileSystemMasterClientService.Iface
path
- the path of the fileoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_completeFile(String path, CompleteFileTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CompleteFileTResponse recv_completeFile() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public CreateDirectoryTResponse createDirectory(String path, CreateDirectoryTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
createDirectory
in interface FileSystemMasterClientService.Iface
path
- the path of the directoryoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_createDirectory(String path, CreateDirectoryTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CreateDirectoryTResponse recv_createDirectory() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public CreateFileTResponse createFile(String path, CreateFileTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
createFile
in interface FileSystemMasterClientService.Iface
path
- the path of the fileoptions
- the options for creating the fileAlluxioTException
org.apache.thrift.TException
public void send_createFile(String path, CreateFileTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CreateFileTResponse recv_createFile() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public FreeTResponse free(String path, boolean recursive, FreeTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
free
in interface FileSystemMasterClientService.Iface
path
- the path of the file or directoryrecursive
- whether to free recursivelyoptions
- the options for freeing a pathAlluxioTException
org.apache.thrift.TException
public void send_free(String path, boolean recursive, FreeTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public FreeTResponse recv_free() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetMountTableTResponse getMountTable() throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
getMountTable
in interface FileSystemMasterClientService.Iface
AlluxioTException
org.apache.thrift.TException
public void send_getMountTable() throws org.apache.thrift.TException
org.apache.thrift.TException
public GetMountTableTResponse recv_getMountTable() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetNewBlockIdForFileTResponse getNewBlockIdForFile(String path, GetNewBlockIdForFileTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
getNewBlockIdForFile
in interface FileSystemMasterClientService.Iface
path
- the path of the fileoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_getNewBlockIdForFile(String path, GetNewBlockIdForFileTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetNewBlockIdForFileTResponse recv_getNewBlockIdForFile() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetFilePathTResponse getFilePath(GetFilePathTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
getFilePath
in interface FileSystemMasterClientService.Iface
options
- the file idAlluxioTException
org.apache.thrift.TException
public void send_getFilePath(GetFilePathTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetFilePathTResponse recv_getFilePath() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetStatusTResponse getStatus(String path, GetStatusTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
getStatus
in interface FileSystemMasterClientService.Iface
path
- the path of the file or directoryoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_getStatus(String path, GetStatusTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetStatusTResponse recv_getStatus() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public ListStatusTResponse listStatus(String path, ListStatusTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
listStatus
in interface FileSystemMasterClientService.Iface
path
- the path of the file or directoryoptions
- listStatus optionsAlluxioTException
org.apache.thrift.TException
public void send_listStatus(String path, ListStatusTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public ListStatusTResponse recv_listStatus() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public LoadMetadataTResponse loadMetadata(String ufsPath, boolean recursive, LoadMetadataTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
loadMetadata
in interface FileSystemMasterClientService.Iface
ufsPath
- the path of the under file systemrecursive
- whether to load metadata recursivelyoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_loadMetadata(String ufsPath, boolean recursive, LoadMetadataTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public LoadMetadataTResponse recv_loadMetadata() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public MountTResponse mount(String alluxioPath, String ufsPath, MountTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
mount
in interface FileSystemMasterClientService.Iface
alluxioPath
- the path of alluxio mount pointufsPath
- the path of the under file systemoptions
- the options for creating the mount pointAlluxioTException
org.apache.thrift.TException
public void send_mount(String alluxioPath, String ufsPath, MountTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public MountTResponse recv_mount() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public DeleteTResponse remove(String path, boolean recursive, DeleteTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
remove
in interface FileSystemMasterClientService.Iface
path
- the path of the file or directoryrecursive
- whether to remove recursivelyoptions
- the options for deleting the fileAlluxioTException
org.apache.thrift.TException
public void send_remove(String path, boolean recursive, DeleteTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public DeleteTResponse recv_remove() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public RenameTResponse rename(String path, String dstPath, RenameTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
rename
in interface FileSystemMasterClientService.Iface
path
- the source path of the file or directorydstPath
- the desination path of the fileoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_rename(String path, String dstPath, RenameTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public RenameTResponse recv_rename() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public ScheduleAsyncPersistenceTResponse scheduleAsyncPersistence(String path, ScheduleAsyncPersistenceTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
scheduleAsyncPersistence
in interface FileSystemMasterClientService.Iface
path
- the path of the fileoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_scheduleAsyncPersistence(String path, ScheduleAsyncPersistenceTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public ScheduleAsyncPersistenceTResponse recv_scheduleAsyncPersistence() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public SetAttributeTResponse setAttribute(String path, SetAttributeTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
setAttribute
in interface FileSystemMasterClientService.Iface
path
- the path of the file or directoryoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_setAttribute(String path, SetAttributeTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public SetAttributeTResponse recv_setAttribute() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public UnmountTResponse unmount(String alluxioPath, UnmountTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
unmount
in interface FileSystemMasterClientService.Iface
alluxioPath
- the path of the alluxio mount pointoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_unmount(String alluxioPath, UnmountTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public UnmountTResponse recv_unmount() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public UpdateUfsModeTResponse updateUfsMode(String ufsPath, UpdateUfsModeTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterClientService.Iface
updateUfsMode
in interface FileSystemMasterClientService.Iface
ufsPath
- the ufs pathoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_updateUfsMode(String ufsPath, UpdateUfsModeTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public UpdateUfsModeTResponse recv_updateUfsMode() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.