Interface | Description |
---|---|
YarnEventPublisher |
Interface for publishing Yarn based application events.
|
Class | Description |
---|---|
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. |
ContainerLaunchRequestFailedEvent |
Generic event representing that
Container launch request has failed. |
ContainerRegisterEvent |
Generic event representing that
Container has been registered. |
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. |