Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
FileSystemHeartbeatTResponse |
FileSystemMasterWorkerServiceHandler.fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options) |
Constructor and Description |
---|
WorkerHeartbeatOptions(FileSystemHeartbeatTOptions options)
Constructs an instance of
WorkerHeartbeatOptions from
FileSystemHeartbeatTOptions . |
Modifier and Type | Method and Description |
---|---|
FileSystemHeartbeatTOptions |
FileSystemHeartbeatTOptions.deepCopy() |
FileSystemHeartbeatTOptions |
FileSystemMasterWorkerService.fileSystemHeartbeat_args.getOptions()
the method options
|
FileSystemHeartbeatTOptions |
FileSystemHeartbeatTOptions.setPersistedFileFingerprints(List<String> persistedFileFingerprints) |
Modifier and Type | Method and Description |
---|---|
int |
FileSystemHeartbeatTOptions.compareTo(FileSystemHeartbeatTOptions other) |
boolean |
FileSystemHeartbeatTOptions.equals(FileSystemHeartbeatTOptions that) |
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) |
void |
FileSystemMasterWorkerService.AsyncIface.fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterWorkerService.AsyncClient.fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterWorkerService.Client.send_fileSystemHeartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options) |
FileSystemMasterWorkerService.fileSystemHeartbeat_args |
FileSystemMasterWorkerService.fileSystemHeartbeat_args.setOptions(FileSystemHeartbeatTOptions options)
the method options
|
Constructor and Description |
---|
fileSystemHeartbeat_args(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options) |
fileSystemHeartbeat_call(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
FileSystemHeartbeatTOptions(FileSystemHeartbeatTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
FileSystemCommand |
FileSystemMasterClient.heartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options)
Heartbeats to the master.
|
Copyright © 2023. All Rights Reserved.