Interface SchedulingExecutionVertex
-
- All Superinterfaces:
Vertex<ExecutionVertexID,IntermediateResultPartitionID,SchedulingExecutionVertex,SchedulingResultPartition>
public interface SchedulingExecutionVertex extends Vertex<ExecutionVertexID,IntermediateResultPartitionID,SchedulingExecutionVertex,SchedulingResultPartition>
Scheduling representation ofExecutionVertex
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ConsumedPartitionGroup>
getConsumedPartitionGroups()
Gets theConsumedPartitionGroup
s.ExecutionState
getState()
Gets the state of the execution vertex.-
Methods inherited from interface org.apache.flink.runtime.topology.Vertex
getConsumedResults, getId, getProducedResults
-
-
-
-
Method Detail
-
getState
ExecutionState getState()
Gets the state of the execution vertex.- Returns:
- state of the execution vertex
-
getConsumedPartitionGroups
List<ConsumedPartitionGroup> getConsumedPartitionGroups()
Gets theConsumedPartitionGroup
s.- Returns:
- list of
ConsumedPartitionGroup
s
-
-