Package | Description |
---|---|
org.apache.reef.driver.restart |
This package provides restart event service handlers.
|
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 |
---|---|
Time |
DriverRestartCompleted.getCompletedTime() |
Modifier and Type | Method and Description |
---|---|
int |
Time.compareTo(Time o) |
Modifier and Type | Class and Description |
---|---|
class |
Alarm
Represents a timer event.
|
class |
StartTime
Represents the Time at which a component started.
|
class |
StopTime
Represents the Time at which a component stops.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeClock.registerEventHandler(Class<? extends Time> clazz,
EventHandler<Time> handler) |
void |
RuntimeClock.registerEventHandler(Class<? extends Time> clazz,
EventHandler<Time> handler) |
Modifier and Type | Class and Description |
---|---|
class |
ClientAlarm
An event for client-created alarm.
|
class |
IdleClock
An event when there is no scheduled event.
|
class |
RuntimeAlarm
An event for non-client alarm.
|
class |
RuntimeStart
An event for a runtime started.
|
class |
RuntimeStop
An event for a runtime stopped.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.