Uses of Class
org.apache.nemo.common.ir.vertex.LoopVertex
-
Packages that use LoopVertex Package Description org.apache.nemo.common.dag org.apache.nemo.common.ir org.apache.nemo.common.ir.vertex org.apache.nemo.common.ir.vertex.utility -
-
Uses of LoopVertex in org.apache.nemo.common.dag
Methods in org.apache.nemo.common.dag that return LoopVertex Modifier and Type Method Description LoopVertex
DAG. getAssignedLoopVertexOf(V v)
LoopVertex
DAGInterface. getAssignedLoopVertexOf(V v)
Retrieves the wrapping LoopVertex of the vertex.Method parameters in org.apache.nemo.common.dag with type arguments of type LoopVertex Modifier and Type Method Description DAGBuilder<V,E>
DAGBuilder. addVertex(V v, java.util.Stack<LoopVertex> loopVertexStack)
Add vertex to the builder, using the LoopVertex stack. -
Uses of LoopVertex in org.apache.nemo.common.ir
Methods in org.apache.nemo.common.ir that return LoopVertex Modifier and Type Method Description LoopVertex
IRDAG. getAssignedLoopVertexOf(IRVertex irVertex)
-
Uses of LoopVertex in org.apache.nemo.common.ir.vertex
Methods in org.apache.nemo.common.ir.vertex that return LoopVertex Modifier and Type Method Description LoopVertex
LoopVertex. getClone()
LoopVertex
LoopVertex. unRollIteration(DAGBuilder<IRVertex,IREdge> dagBuilder)
Method for unrolling an iteration of the LoopVertex.Methods in org.apache.nemo.common.ir.vertex with parameters of type LoopVertex Modifier and Type Method Description boolean
LoopVertex. terminationConditionEquals(LoopVertex that)
Check termination condition. -
Uses of LoopVertex in org.apache.nemo.common.ir.vertex.utility
Subclasses of LoopVertex in org.apache.nemo.common.ir.vertex.utility Modifier and Type Class Description class
TaskSizeSplitterVertex
This vertex works as a partition-based sampling vertex of dynamic task sizing pass.
-