Class NodeManager.DefaultContainerStateListener

java.lang.Object
org.apache.hadoop.yarn.state.MultiStateTransitionListener<ContainerImpl,ContainerEvent,ContainerState>
org.apache.hadoop.yarn.server.nodemanager.NodeManager.DefaultContainerStateListener
All Implemented Interfaces:
ContainerStateTransitionListener, org.apache.hadoop.yarn.state.StateTransitionListener<ContainerImpl,ContainerEvent,ContainerState>
Enclosing class:
NodeManager

public static class NodeManager.DefaultContainerStateListener extends org.apache.hadoop.yarn.state.MultiStateTransitionListener<ContainerImpl,ContainerEvent,ContainerState> implements ContainerStateTransitionListener
Default Container State transition listener.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(Context context)
    Init method which will be invoked by the Node Manager to inject the NM Context.

    Methods inherited from class org.apache.hadoop.yarn.state.MultiStateTransitionListener

    addListener, postTransition, preTransition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.yarn.state.StateTransitionListener

    postTransition, preTransition