Package | Description |
---|---|
org.apache.reef.poison |
Fault injection for REEF.
|
org.apache.reef.wake.time |
Clock and time-based events(start/stop/alarm) implementation.
|
org.apache.reef.wake.time.event |
Time-based events (start/stop/alarm).
|
org.apache.reef.wake.time.runtime | |
org.apache.reef.wake.time.runtime.event |
Runtime-related Wake events.
|
Modifier and Type | Method and Description |
---|---|
void |
PoisonedAlarmHandler.onNext(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
Clock.scheduleAlarm(int offset,
EventHandler<Alarm> handler)
Schedule a TimerEvent at the given future offset.
|
Constructor and Description |
---|
Alarm(long timestamp,
EventHandler<Alarm> handler) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeClock.scheduleAlarm(int offset,
EventHandler<Alarm> handler) |
void |
RuntimeClock.scheduleRuntimeAlarm(int offset,
EventHandler<Alarm> handler) |
Modifier and Type | Class and Description |
---|---|
class |
ClientAlarm
An event for client-created alarm.
|
class |
RuntimeAlarm
An event for non-client alarm.
|
Constructor and Description |
---|
ClientAlarm(long timestamp,
EventHandler<Alarm> handler) |
RuntimeAlarm(long timestamp,
EventHandler<Alarm> handler) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.