This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Time.Event.Alarm Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Time.Event.Alarm Class Reference

Represents a timer event. More...

Inherits Org.Apache.REEF.Wake.Time.Time.

Inherited by Org.Apache.REEF.Wake.Time.Runtime.Event.ClientAlarm, and Org.Apache.REEF.Wake.Time.Runtime.Event.RuntimeAlarm.

Public Member Functions

 Alarm (long timestamp, IObserver< Alarm > handler)
 
void Handle ()
 
- Public Member Functions inherited from Org.Apache.REEF.Wake.Time.Time
override string ToString ()
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
int CompareTo (Time other)
 

Additional Inherited Members

- Protected Member Functions inherited from Org.Apache.REEF.Wake.Time.Time
 Time (long timeStamp)
 
- Properties inherited from Org.Apache.REEF.Wake.Time.Time
long TimeStamp [get]
 

Detailed Description

Represents a timer event.

Constructor & Destructor Documentation

Org.Apache.REEF.Wake.Time.Event.Alarm.Alarm ( long  timestamp,
IObserver< Alarm handler 
)
inline

Member Function Documentation

void Org.Apache.REEF.Wake.Time.Event.Alarm.Handle ( )
inline

The documentation for this class was generated from the following file: