Package | Description |
---|---|
alluxio.master.file | |
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
FileSystemCommand |
DefaultFileSystemMaster.workerHeartbeat(long workerId,
List<Long> persistedFiles,
WorkerHeartbeatOptions options) |
FileSystemCommand |
FileSystemMaster.workerHeartbeat(long workerId,
List<Long> persistedFiles,
WorkerHeartbeatOptions options)
Instructs a worker to persist the files.
|
Modifier and Type | Method and Description |
---|---|
FileSystemCommand |
FileSystemCommand.deepCopy() |
FileSystemCommand |
FileSystemHeartbeatTResponse.getCommand() |
FileSystemCommand |
FileSystemCommand.setCommandOptions(FileSystemCommandOptions commandOptions) |
FileSystemCommand |
FileSystemCommand.setCommandType(CommandType commandType) |
Modifier and Type | Method and Description |
---|---|
int |
FileSystemCommand.compareTo(FileSystemCommand other) |
boolean |
FileSystemCommand.equals(FileSystemCommand that) |
FileSystemHeartbeatTResponse |
FileSystemHeartbeatTResponse.setCommand(FileSystemCommand command) |
Constructor and Description |
---|
FileSystemCommand(FileSystemCommand other)
Performs a deep copy on other.
|
FileSystemHeartbeatTResponse(FileSystemCommand command) |
Modifier and Type | Method and Description |
---|---|
FileSystemCommand |
FileSystemMasterClient.heartbeat(long workerId,
List<Long> persistedFiles)
Heartbeats to the master.
|
FileSystemCommand |
FileSystemMasterClient.heartbeat(long workerId,
List<Long> persistedFiles,
FileSystemHeartbeatTOptions options)
Heartbeats to the master.
|
Copyright © 2023. All Rights Reserved.