public class JobOutputVertex extends AbstractJobOutputVertex
AbstractJobOutputVertex and is designed
for Nephele tasks which sink data in a not further specified way. As every job output vertex,
a JobOutputVertex must not have any further output.invokableClass| Constructor and Description |
|---|
JobOutputVertex(JobGraph jobGraph)
Creates a new job file input vertex.
|
JobOutputVertex(String name,
JobGraph jobGraph)
Creates a new job file output vertex with the specified name.
|
JobOutputVertex(String name,
JobVertexID id,
JobGraph jobGraph) |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat<?> |
getOutputFormat()
Returns the output format.
|
void |
initializeOutputFormatFromTaskConfig(ClassLoader cl) |
void |
setOutputFormat(OutputFormat<?> format) |
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, writepublic JobOutputVertex(String name, JobGraph jobGraph)
name - the name of the new job file output vertexjobGraph - the job graph this vertex belongs topublic JobOutputVertex(String name, JobVertexID id, JobGraph jobGraph)
public JobOutputVertex(JobGraph jobGraph)
jobGraph - the job graph this vertex belongs topublic void setOutputFormat(OutputFormat<?> format)
public void initializeOutputFormatFromTaskConfig(ClassLoader cl)
public OutputFormat<?> getOutputFormat()
null.
null
Copyright © 2014 The Apache Software Foundation. All rights reserved.