Package | Description |
---|---|
alluxio.client.metrics | |
alluxio.heartbeat | |
alluxio.master.file | |
alluxio.master.lineage.checkpoint | |
alluxio.master.lineage.recompute | |
alluxio.master.meta | |
alluxio.worker.block |
Modifier and Type | Class and Description |
---|---|
class |
ClientMasterSync
Task that carries the client metrics information to master through heartheat.
|
Constructor and Description |
---|
HeartbeatThread(String threadName,
HeartbeatExecutor executor,
long intervalMs)
Creates a
Runnable to execute heartbeats for the given HeartbeatExecutor . |
Modifier and Type | Class and Description |
---|---|
class |
BlockIntegrityChecker
Heartbeat executor for validating inode and block integrity.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckpointSchedulingExecutor
Schedules a checkpoint plan.
|
Modifier and Type | Class and Description |
---|---|
class |
RecomputeExecutor
A periodical executor that detects lost files and launches recompute jobs.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaMasterSync
If a master is detected as a standby master.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockMasterSync
Task that carries out the necessary block worker to master communications, including register and
heartbeat.
|
class |
PinListSync
PinListSync periodically syncs the set of pinned inodes from master, and saves the new pinned
inodes to the
BlockWorker . |
class |
SpaceReserver
The
SpaceReserver periodically checks the available space on each storage tier. |
Copyright © 2023. All Rights Reserved.