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 inLogicalTopology, i.e.JobVertex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends LogicalEdge>getInputs()Get the inputLogicalEdges of the vertex.-
Methods inherited from interface org.apache.flink.runtime.topology.Vertex
getConsumedResults, getId, getProducedResults
-
-
-
-
Method Detail
-
getInputs
Iterable<? extends LogicalEdge> getInputs()
Get the inputLogicalEdges of the vertex.- Returns:
- the input
LogicalEdges
-
-