Class ContainerRemoteLaunchEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainerLauncher.EventType>
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerLauncherEvent
org.apache.hadoop.mapreduce.v2.app.launcher.ContainerRemoteLaunchEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerLauncher.EventType>

public class ContainerRemoteLaunchEvent extends ContainerLauncherEvent
  • Constructor Details

    • ContainerRemoteLaunchEvent

      public ContainerRemoteLaunchEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId taskAttemptID, org.apache.hadoop.yarn.api.records.ContainerLaunchContext containerLaunchContext, org.apache.hadoop.yarn.api.records.Container allocatedContainer, org.apache.hadoop.mapred.Task remoteTask)
  • Method Details

    • getContainerLaunchContext

      public org.apache.hadoop.yarn.api.records.ContainerLaunchContext getContainerLaunchContext()
    • getAllocatedContainer

      public org.apache.hadoop.yarn.api.records.Container getAllocatedContainer()
    • getRemoteTask

      public org.apache.hadoop.mapred.Task getRemoteTask()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ContainerLauncherEvent
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class ContainerLauncherEvent