public static class VertexImpl.NoOpVertexManager extends VertexManagerPlugin
| Constructor and Description |
|---|
NoOpVertexManager(VertexManagerPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
onRootVertexInitialized(String inputName,
InputDescriptor inputDescriptor,
List<Event> events) |
void |
onSourceTaskCompleted(TaskAttemptIdentifier attempt) |
void |
onVertexManagerEventReceived(VertexManagerEvent vmEvent) |
void |
onVertexStarted(List<TaskAttemptIdentifier> completions) |
void |
onVertexStateUpdated(VertexStateUpdate stateUpdate) |
getContext, onSourceTaskCompleted, onVertexStartedpublic NoOpVertexManager(VertexManagerPluginContext context)
public void initialize()
throws Exception
initialize in class VertexManagerPluginExceptionpublic void onVertexStarted(List<TaskAttemptIdentifier> completions) throws Exception
onVertexStarted in class VertexManagerPluginExceptionpublic void onSourceTaskCompleted(TaskAttemptIdentifier attempt) throws Exception
onSourceTaskCompleted in class VertexManagerPluginExceptionpublic void onVertexManagerEventReceived(VertexManagerEvent vmEvent) throws Exception
onVertexManagerEventReceived in class VertexManagerPluginExceptionpublic void onRootVertexInitialized(String inputName, InputDescriptor inputDescriptor, List<Event> events) throws Exception
onRootVertexInitialized in class VertexManagerPluginExceptionpublic void onVertexStateUpdated(VertexStateUpdate stateUpdate) throws Exception
onVertexStateUpdated in class VertexManagerPluginExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.