public abstract class AbstractJobOutputVertex extends AbstractJobVertex
invokableClass| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJobOutputVertex(String name,
JobGraph jobGraph)
Constructs a new job output vertex with the given name.
|
protected |
AbstractJobOutputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
connectTo, connectTo, connectTo, connectTo, connectTo, getBackwardConnection, getConfiguration, getFirstFreeInputGateIndex, getFirstFreeOutputGateIndex, getForwardConnection, getID, getInvokableClass, getJobGraph, getName, getNumberOfBackwardConnections, getNumberOfExecutionRetries, getNumberOfForwardConnections, getNumberOfSubtasks, getVertexToShareInstancesWith, read, setInvokableClass, setName, setNumberOfExecutionRetries, setNumberOfSubtasks, setVertexToShareInstancesWith, toString, writeprotected AbstractJobOutputVertex(String name, JobGraph jobGraph)
name - the name of the new job output vertexjobGraph - the job graph this vertex belongs toprotected AbstractJobOutputVertex(String name, JobVertexID id, JobGraph jobGraph)
Copyright © 2014 The Apache Software Foundation. All rights reserved.