public static class VertexImpl.NoOpVertexManager
extends org.apache.tez.dag.api.VertexManagerPlugin
| Constructor and Description |
|---|
NoOpVertexManager(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 NoOpVertexManager(org.apache.tez.dag.api.VertexManagerPluginContext context)
public void initialize()
throws Exception
initialize in class org.apache.tez.dag.api.VertexManagerPluginExceptionpublic void onVertexStarted(List<org.apache.tez.runtime.api.TaskAttemptIdentifier> completions) throws Exception
onVertexStarted in class org.apache.tez.dag.api.VertexManagerPluginExceptionpublic void onSourceTaskCompleted(org.apache.tez.runtime.api.TaskAttemptIdentifier attempt)
throws Exception
onSourceTaskCompleted in class org.apache.tez.dag.api.VertexManagerPluginExceptionpublic void onVertexManagerEventReceived(org.apache.tez.runtime.api.events.VertexManagerEvent vmEvent)
throws Exception
onVertexManagerEventReceived in class org.apache.tez.dag.api.VertexManagerPluginExceptionpublic void onRootVertexInitialized(String inputName, org.apache.tez.dag.api.InputDescriptor inputDescriptor, List<org.apache.tez.runtime.api.Event> events) throws Exception
onRootVertexInitialized in class org.apache.tez.dag.api.VertexManagerPluginExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.