Class NMClientAsyncImpl.ContainerEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<NMClientAsyncImpl.ContainerEventType>
org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<NMClientAsyncImpl.ContainerEventType>
Direct Known Subclasses:
NMClientAsyncImpl.ReInitializeContainerEvevnt, NMClientAsyncImpl.StartContainerEvent, NMClientAsyncImpl.UpdateContainerResourceEvent
Enclosing class:
NMClientAsyncImpl

protected static class NMClientAsyncImpl.ContainerEvent extends org.apache.hadoop.yarn.event.AbstractEvent<NMClientAsyncImpl.ContainerEventType>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.NodeId nodeId, org.apache.hadoop.yarn.api.records.Token containerToken, NMClientAsyncImpl.ContainerEventType type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.api.records.ContainerId
     
    org.apache.hadoop.yarn.api.records.Token
     
    org.apache.hadoop.yarn.api.records.NodeId
     

    Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent

    getTimestamp, getType, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ContainerEvent

      public ContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.NodeId nodeId, org.apache.hadoop.yarn.api.records.Token containerToken, NMClientAsyncImpl.ContainerEventType type)
  • Method Details

    • getContainerId

      public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
    • getNodeId

      public org.apache.hadoop.yarn.api.records.NodeId getNodeId()
    • getContainerToken

      public org.apache.hadoop.yarn.api.records.Token getContainerToken()