Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerServiceHandler.fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options) |
Modifier and Type | Method and Description |
---|---|
FileSystemHeartbeatTResponse |
FileSystemHeartbeatTResponse.deepCopy() |
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerService.Iface.fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options)
Periodic file system worker heartbeat.
|
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerService.Client.fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options) |
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerService.AsyncClient.fileSystemHeartbeat_call.getResult() |
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerService.fileSystemHeartbeat_result.getSuccess() |
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerService.Client.recv_fileSystemHeartbeat() |
FileSystemHeartbeatTResponse |
FileSystemHeartbeatTResponse.setCommand(FileSystemCommand command) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<FileSystemHeartbeatTResponse> |
FileSystemMasterWorkerService.AsyncProcessor.fileSystemHeartbeat.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
FileSystemHeartbeatTResponse.compareTo(FileSystemHeartbeatTResponse other) |
boolean |
FileSystemHeartbeatTResponse.equals(FileSystemHeartbeatTResponse that) |
FileSystemMasterWorkerService.fileSystemHeartbeat_result |
FileSystemMasterWorkerService.fileSystemHeartbeat_result.setSuccess(FileSystemHeartbeatTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterWorkerService.AsyncProcessor.fileSystemHeartbeat.start(I iface,
FileSystemMasterWorkerService.fileSystemHeartbeat_args args,
org.apache.thrift.async.AsyncMethodCallback<FileSystemHeartbeatTResponse> resultHandler) |
Constructor and Description |
---|
fileSystemHeartbeat_result(FileSystemHeartbeatTResponse success,
AlluxioTException e) |
FileSystemHeartbeatTResponse(FileSystemHeartbeatTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.