| Package | Description |
|---|---|
| tachyon.heartbeat |
| Modifier and Type | Class and Description |
|---|---|
class |
ScheduledTimer
This class can be used for controlling when a heartbeat executes.
|
class |
SleepingTimer
This class can be used for executing heartbeats periodically.
|
| Modifier and Type | Field and Description |
|---|---|
static Class<HeartbeatTimer> |
HeartbeatContext.SCHEDULED_TIMER_CLASS |
static Class<HeartbeatTimer> |
HeartbeatContext.SLEEPING_TIMER_CLASS |
| Modifier and Type | Method and Description |
|---|---|
static Class<HeartbeatTimer> |
HeartbeatContext.getTimerClass(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HeartbeatContext.setTimerClass(String name,
Class<HeartbeatTimer> timerClass) |
Copyright © 2015. All Rights Reserved.