| Package | Description |
|---|---|
| org.apache.tez.dag.api | |
| org.apache.tez.runtime.api.events |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexManagerPlugin.onSourceTaskCompleted(TaskAttemptIdentifier attempt)
Notification of a source vertex task completion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VertexManagerPlugin.onVertexStarted(List<TaskAttemptIdentifier> completions)
Notification that the vertex is ready to start running tasks
|
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptIdentifier |
VertexManagerEvent.getProducerAttemptIdentifier()
Get metadata about the task attempt that produced the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VertexManagerEvent.setProducerAttemptIdentifier(TaskAttemptIdentifier producerAttempt) |
Copyright © 2016 Apache Software Foundation. All rights reserved.