public static interface FileSystemMasterWorkerService.Iface extends AlluxioService.Iface
Modifier and Type | Method and Description |
---|---|
FileSystemHeartbeatTResponse |
fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options)
Periodic file system worker heartbeat.
|
GetFileInfoTResponse |
getFileInfo(long fileId,
GetFileInfoTOptions options) |
GetPinnedFileIdsTResponse |
getPinnedFileIds(GetPinnedFileIdsTOptions options)
Returns the set of pinned file ids.
|
GetUfsInfoTResponse |
getUfsInfo(long mountId,
GetUfsInfoTOptions options)
Returns the UFS information for the given mount point identified by its id.
|
getServiceVersion
FileSystemHeartbeatTResponse fileSystemHeartbeat(long workerId, List<Long> persistedFiles, FileSystemHeartbeatTOptions options) throws AlluxioTException, org.apache.thrift.TException
workerId
- the id of the workerpersistedFiles
- the list of persisted filesoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
GetFileInfoTResponse getFileInfo(long fileId, GetFileInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
GetPinnedFileIdsTResponse getPinnedFileIds(GetPinnedFileIdsTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetUfsInfoTResponse getUfsInfo(long mountId, GetUfsInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
mountId
- the id of the ufsoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.