Package org.apache.hadoop.service
Class LifecycleEvent
java.lang.Object
org.apache.hadoop.service.LifecycleEvent
- All Implemented Interfaces:
Serializable
A serializable lifecycle event: the time a state
transition occurred, and what state was entered.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionnew statelongLocal time in milliseconds when the event occurred -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
time
public long timeLocal time in milliseconds when the event occurred -
state
new state
-
-
Constructor Details
-
LifecycleEvent
public LifecycleEvent()
-