Spring for Apache Hadoop

Package org.springframework.yarn.event

Interface Summary
YarnEventPublisher Interface for publishing Yarn based application events.
 

Class Summary
AbstractYarnEvent Base ApplicationEvent class for Yarn based events.
ContainerAllocationEvent Generic event representing that Container has been allocated.
ContainerCompletedEvent Generic event representing that Container has been completed.
ContainerLaunchedEvent Generic event representing that Container has been launched.
DefaultYarnEventPublisher The default strategy for publishing Yarn events.
LoggingListener Simple ApplicationListener which logs all events based on AbstractYarnEvent using a log level set during the construction.
 


Spring for Apache Hadoop