public class TaskAttemptContainerLaunchedEvent extends TaskAttemptEvent
| Constructor and Description |
|---|
TaskAttemptContainerLaunchedEvent(TaskAttemptId id,
int shufflePort)
Create a new TaskAttemptEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getShufflePort()
Get the port that the shuffle handler is listening on.
|
getTaskAttemptIDgetTimestamp, getType, toStringpublic TaskAttemptContainerLaunchedEvent(TaskAttemptId id, int shufflePort)
id - the id of the task attemptshufflePort - the port that shuffle is listening on.Copyright © 2013 Apache Software Foundation. All rights reserved.