public static interface FileSystemMasterWorkerService.AsyncIface extends AlluxioService.AsyncIface
Modifier and Type | Method and Description |
---|---|
void |
fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getFileInfo(long fileId,
GetFileInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getPinnedFileIds(GetPinnedFileIdsTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getUfsInfo(long mountId,
GetUfsInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersion
void fileSystemHeartbeat(long workerId, List<Long> persistedFiles, FileSystemHeartbeatTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getFileInfo(long fileId, GetFileInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getPinnedFileIds(GetPinnedFileIdsTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
void getUfsInfo(long mountId, GetUfsInfoTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.