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>
-
Constructor Summary
ConstructorsConstructorDescriptionTaskAttemptContainerLaunchedEvent(org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptId id, int shufflePort) Create a new TaskAttemptEvent. -
Method Summary
Modifier and TypeMethodDescriptionintGet the port that the shuffle handler is listening on.Methods inherited from class org.apache.hadoop.mapreduce.v2.app.job.event.TaskAttemptEvent
getTaskAttemptIDMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
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.
-
-
Method Details
-
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.
-