Specifies an Output for a Vertex. This is meant to be used when a Vertex writes Output directly to an external destination. If an output of the vertex is meant to be consumed by another Vertex in the DAG - use the {@link DAG addEdge} method.If a vertex needs generate data to an external source as well as for another Vertex in the DAG, a combination of this API and the DAG.addEdge API can be used.
@param outputName the name of the output. This will be used when accessing the output in the {@link LogicalIOProcessor}
@param outputDescriptor
@return
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.