Uses of Class
org.apache.nemo.common.dag.Edge
-
Packages that use Edge Package Description org.apache.nemo.common.dag org.apache.nemo.common.ir.edge org.apache.nemo.runtime.common.plan -
-
Uses of Edge in org.apache.nemo.common.dag
Classes in org.apache.nemo.common.dag with type parameters of type Edge Modifier and Type Class Description class
DAG<V extends Vertex,E extends Edge<V>>
DAG implementation.class
DAGBuilder<V extends Vertex,E extends Edge<V>>
DAG Builder.interface
DAGInterface<V extends Vertex,E extends Edge<V>>
Methods for querying a directed-acyclic graph (DAG). -
Uses of Edge in org.apache.nemo.common.ir.edge
Subclasses of Edge in org.apache.nemo.common.ir.edge Modifier and Type Class Description class
IREdge
Physical execution plan of intermediate data movement. -
Uses of Edge in org.apache.nemo.runtime.common.plan
Subclasses of Edge in org.apache.nemo.runtime.common.plan Modifier and Type Class Description class
RuntimeEdge<V extends Vertex>
Represents the edge between vertices in a logical/physical plan in runtime.class
StageEdge
Edge of a stage that connects an IRVertex of the source stage to an IRVertex of the destination stage.
-