org.apache.hadoop.service
Class LifecycleEvent
java.lang.Object
org.apache.hadoop.service.LifecycleEvent
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class LifecycleEvent
- extends Object
- implements Serializable
A serializable lifecycle event: the time a state
transition occurred, and what state was entered.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
public long time
- Local time in milliseconds when the event occurred
state
public Service.STATE state
- new state
LifecycleEvent
public LifecycleEvent()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.