| Package | Description | 
|---|---|
| org.apache.reef.poison | 
 Fault injection for REEF. 
 | 
| org.apache.reef.wake.time | |
| org.apache.reef.wake.time.event | |
| org.apache.reef.wake.time.runtime | |
| org.apache.reef.wake.time.runtime.event | 
| 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  | 
class  | 
RuntimeAlarm  | 
| Constructor and Description | 
|---|
ClientAlarm(long timestamp,
                      EventHandler<Alarm> handler)  | 
RuntimeAlarm(long timestamp,
                        EventHandler<Alarm> handler)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.