Interface LogicalVertex
- All Superinterfaces:
Vertex<JobVertexID,IntermediateDataSetID, LogicalVertex, LogicalResult>
- All Known Implementing Classes:
DefaultLogicalVertex
public interface LogicalVertex
extends Vertex<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
Represents a vertex in
LogicalTopology, i.e. JobVertex.-
Method Summary
Modifier and TypeMethodDescriptionIterable<? extends LogicalEdge>Get the inputLogicalEdges of the vertex.Methods inherited from interface org.apache.flink.runtime.topology.Vertex
getConsumedResults, getId, getProducedResults
-
Method Details
-
getInputs
Iterable<? extends LogicalEdge> getInputs()Get the inputLogicalEdges of the vertex.- Returns:
- the input
LogicalEdges
-