@InterfaceAudience.Private
public class InputReadyVertexManager
extends org.apache.tez.dag.api.VertexManagerPlugin
| Constructor and Description |
|---|
InputReadyVertexManager(org.apache.tez.dag.api.VertexManagerPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
onRootVertexInitialized(String inputName,
org.apache.tez.dag.api.InputDescriptor inputDescriptor,
List<org.apache.tez.runtime.api.Event> events) |
void |
onSourceTaskCompleted(org.apache.tez.runtime.api.TaskAttemptIdentifier attempt) |
void |
onVertexManagerEventReceived(org.apache.tez.runtime.api.events.VertexManagerEvent vmEvent) |
void |
onVertexStarted(List<org.apache.tez.runtime.api.TaskAttemptIdentifier> completions) |
void |
onVertexStateUpdated(org.apache.tez.dag.api.event.VertexStateUpdate stateUpdate) |
public InputReadyVertexManager(org.apache.tez.dag.api.VertexManagerPluginContext context)
public void initialize()
initialize in class org.apache.tez.dag.api.VertexManagerPluginpublic void onVertexStateUpdated(org.apache.tez.dag.api.event.VertexStateUpdate stateUpdate)
throws Exception
onVertexStateUpdated in class org.apache.tez.dag.api.VertexManagerPluginExceptionpublic void onVertexStarted(List<org.apache.tez.runtime.api.TaskAttemptIdentifier> completions)
onVertexStarted in class org.apache.tez.dag.api.VertexManagerPluginpublic void onSourceTaskCompleted(org.apache.tez.runtime.api.TaskAttemptIdentifier attempt)
onSourceTaskCompleted in class org.apache.tez.dag.api.VertexManagerPluginpublic void onVertexManagerEventReceived(org.apache.tez.runtime.api.events.VertexManagerEvent vmEvent)
onVertexManagerEventReceived in class org.apache.tez.dag.api.VertexManagerPluginCopyright © 2016 Apache Software Foundation. All rights reserved.