public static class FileSystemMasterWorkerService.Client extends AlluxioService.Client implements FileSystemMasterWorkerService.Iface
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemMasterWorkerService.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 FileSystemHeartbeatTResponse fileSystemHeartbeat(long workerId, List<Long> persistedFiles, FileSystemHeartbeatTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterWorkerService.Iface
fileSystemHeartbeat
in interface FileSystemMasterWorkerService.Iface
workerId
- the id of the workerpersistedFiles
- the list of persisted filesoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_fileSystemHeartbeat(long workerId, List<Long> persistedFiles, FileSystemHeartbeatTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public FileSystemHeartbeatTResponse recv_fileSystemHeartbeat() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetFileInfoTResponse getFileInfo(long fileId, GetFileInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
getFileInfo
in interface FileSystemMasterWorkerService.Iface
AlluxioTException
org.apache.thrift.TException
public void send_getFileInfo(long fileId, GetFileInfoTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetFileInfoTResponse recv_getFileInfo() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetPinnedFileIdsTResponse getPinnedFileIds(GetPinnedFileIdsTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterWorkerService.Iface
getPinnedFileIds
in interface FileSystemMasterWorkerService.Iface
options
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_getPinnedFileIds(GetPinnedFileIdsTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetPinnedFileIdsTResponse recv_getPinnedFileIds() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetUfsInfoTResponse getUfsInfo(long mountId, GetUfsInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
FileSystemMasterWorkerService.Iface
getUfsInfo
in interface FileSystemMasterWorkerService.Iface
mountId
- the id of the ufsoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_getUfsInfo(long mountId, GetUfsInfoTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetUfsInfoTResponse recv_getUfsInfo() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.