org.springframework.yarn.event
Class AbstractYarnEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.yarn.event.AbstractYarnEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ContainerAllocationEvent, ContainerCompletedEvent, ContainerLaunchedEvent, ContainerLaunchRequestFailedEvent
public abstract class AbstractYarnEvent
- extends ApplicationEvent
Base ApplicationEvent class for Yarn based
events. All custom event classes should be derived
from this class.
- Author:
- Janne Valkealahti
- See Also:
- Serialized Form
AbstractYarnEvent
public AbstractYarnEvent(Object source)
- Create a new ApplicationEvent.
- Parameters:
source - the component that published the event (never null)