Class DefaultLogicalPipelinedRegion
java.lang.Object
org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
- All Implemented Interfaces:
LogicalPipelinedRegion,PipelinedRegion<JobVertexID,IntermediateDataSetID, LogicalVertex, LogicalResult>
Set of
LogicalVertex that are connected through pipelined LogicalResult.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(JobVertexID vertexId) Returns whether the vertex is in this pipelined region or not.getVertex(JobVertexID vertexId) Returns the vertex with the specified vertex id.Iterable<? extends LogicalVertex>Returns vertices that are in this pipelined region.toString()
-
Constructor Details
-
DefaultLogicalPipelinedRegion
-
-
Method Details
-
getVertices
Description copied from interface:PipelinedRegionReturns vertices that are in this pipelined region.- Specified by:
getVerticesin interfacePipelinedRegion<JobVertexID,IntermediateDataSetID, LogicalVertex, LogicalResult> - Returns:
- Iterable over all vertices in this pipelined region
-
getVertex
Description copied from interface:PipelinedRegionReturns the vertex with the specified vertex id.- Specified by:
getVertexin interfacePipelinedRegion<JobVertexID,IntermediateDataSetID, LogicalVertex, LogicalResult> - Parameters:
vertexId- the vertex id used to look up the vertex- Returns:
- the vertex with the specified id
-
contains
Description copied from interface:PipelinedRegionReturns whether the vertex is in this pipelined region or not.- Specified by:
containsin interfacePipelinedRegion<JobVertexID,IntermediateDataSetID, LogicalVertex, LogicalResult> - Parameters:
vertexId- the vertex id used to look up- Returns:
- the vertex is in this pipelined region or not
-
toString
-