Package | Description |
---|---|
alluxio.heartbeat |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledTimer
This class can be used for controlling heartbeat execution of threads.
|
class |
SleepingTimer
This class can be used for executing heartbeats periodically.
|
Modifier and Type | Field and Description |
---|---|
static Class<? extends HeartbeatTimer> |
HeartbeatContext.SCHEDULED_TIMER_CLASS |
static Class<? extends HeartbeatTimer> |
HeartbeatContext.SLEEPING_TIMER_CLASS |
Modifier and Type | Method and Description |
---|---|
static Class<? extends HeartbeatTimer> |
HeartbeatContext.getTimerClass(String name) |
static Map<String,Class<? extends HeartbeatTimer>> |
HeartbeatContext.getTimerClasses() |
Copyright © 2023. All Rights Reserved.