public class HadoopStepGraph extends FlowStepGraph<org.apache.hadoop.mapred.JobConf>
Constructor and Description |
---|
HadoopStepGraph() |
HadoopStepGraph(java.lang.String flowName,
ElementGraph elementGraph) |
Modifier and Type | Method and Description |
---|---|
protected FlowStep<org.apache.hadoop.mapred.JobConf> |
createFlowStep(java.lang.String stepName,
int stepNum) |
protected void |
makeStepGraph(java.lang.String flowName,
ElementGraph elementGraph)
Creates the map reduce step graph.
|
getCreateFlowStep, getTopologicalIterator, pathContainsTap, printElementGraph, writeDOT
addEdge, addEdge, addVertex, clone, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, incomingEdgesOf, inDegreeOf, isAllowingLoops, isAllowingMultipleEdges, outDegreeOf, outgoingEdgesOf, removeEdge, removeEdge, removeVertex, setEdgeSetFactory, setEdgeWeight, vertexSet
assertVertexExist, containsEdge, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toString, toStringFromSets
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
public HadoopStepGraph()
public HadoopStepGraph(java.lang.String flowName, ElementGraph elementGraph)
protected FlowStep<org.apache.hadoop.mapred.JobConf> createFlowStep(java.lang.String stepName, int stepNum)
createFlowStep
in class FlowStepGraph<org.apache.hadoop.mapred.JobConf>
protected void makeStepGraph(java.lang.String flowName, ElementGraph elementGraph)
makeStepGraph
in class FlowStepGraph<org.apache.hadoop.mapred.JobConf>
flowName
- elementGraph
-