org.apache.hadoop.mapreduce.v2.app.job.event
Class TaskAttemptContainerLaunchedEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<TaskAttemptEventType>
org.apache.hadoop.mapreduce.v2.app.job.event.TaskAttemptEvent
org.apache.hadoop.mapreduce.v2.app.job.event.TaskAttemptContainerLaunchedEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<TaskAttemptEventType>
public class TaskAttemptContainerLaunchedEvent
- extends TaskAttemptEvent
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
TaskAttemptContainerLaunchedEvent
public TaskAttemptContainerLaunchedEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId id,
int shufflePort)
- Create a new TaskAttemptEvent.
- Parameters:
id - the id of the task attemptshufflePort - the port that shuffle is listening on.
TaskAttemptContainerLaunchedEvent
public TaskAttemptContainerLaunchedEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId id,
Map<String,ByteBuffer> servicesMetaInfo)
getShufflePort
public int getShufflePort()
- Get the port that the shuffle handler is listening on. This is only
valid if the type of the event is TA_CONTAINER_LAUNCHED
- Returns:
- the port the shuffle handler is listening on.
getServicesMetaInfo
public Map<String,ByteBuffer> getServicesMetaInfo()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.