Interface SchedulingExecutionVertex
- All Superinterfaces:
Vertex<ExecutionVertexID,IntermediateResultPartitionID, SchedulingExecutionVertex, SchedulingResultPartition>
public interface SchedulingExecutionVertex
extends Vertex<ExecutionVertexID,IntermediateResultPartitionID,SchedulingExecutionVertex,SchedulingResultPartition>
Scheduling representation of
ExecutionVertex.-
Method Summary
Modifier and TypeMethodDescriptionGets theConsumedPartitionGroups.getState()Gets the state of the execution vertex.Methods inherited from interface org.apache.flink.runtime.topology.Vertex
getConsumedResults, getId, getProducedResults
-
Method Details
-
getState
ExecutionState getState()Gets the state of the execution vertex.- Returns:
- state of the execution vertex
-
getConsumedPartitionGroups
List<ConsumedPartitionGroup> getConsumedPartitionGroups()Gets theConsumedPartitionGroups.- Returns:
- list of
ConsumedPartitionGroups
-