public class DefaultLogicalTopology extends Object implements LogicalTopology
LogicalTopology. It is an adapter of JobGraph.| Constructor and Description |
|---|
DefaultLogicalTopology(JobGraph jobGraph) |
| Modifier and Type | Method and Description |
|---|---|
Set<DefaultLogicalPipelinedRegion> |
getLogicalPipelinedRegions() |
Iterable<DefaultLogicalVertex> |
getVertices()
Returns an iterable over all vertices, topologically sorted.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllPipelinedRegions, getPipelinedRegionOfVertexpublic DefaultLogicalTopology(JobGraph jobGraph)
public Iterable<DefaultLogicalVertex> getVertices()
BaseTopologygetVertices in interface BaseTopology<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>public Set<DefaultLogicalPipelinedRegion> getLogicalPipelinedRegions()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.