@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.VertexManagerPlugin
public void onVertexStateUpdated(org.apache.tez.dag.api.event.VertexStateUpdate stateUpdate) throws Exception
onVertexStateUpdated
in class org.apache.tez.dag.api.VertexManagerPlugin
Exception
public void onVertexStarted(List<org.apache.tez.runtime.api.TaskAttemptIdentifier> completions)
onVertexStarted
in class org.apache.tez.dag.api.VertexManagerPlugin
public void onSourceTaskCompleted(org.apache.tez.runtime.api.TaskAttemptIdentifier attempt)
onSourceTaskCompleted
in class org.apache.tez.dag.api.VertexManagerPlugin
public void onVertexManagerEventReceived(org.apache.tez.runtime.api.events.VertexManagerEvent vmEvent)
onVertexManagerEventReceived
in class org.apache.tez.dag.api.VertexManagerPlugin
Copyright © 2016 Apache Software Foundation. All rights reserved.