Uses of Class
org.apache.flink.runtime.scheduler.strategy.ResultPartitionState
-
Packages that use ResultPartitionState Package Description org.apache.flink.runtime.scheduler.strategy -
-
Uses of ResultPartitionState in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return ResultPartitionState Modifier and Type Method Description ResultPartitionState
SchedulingResultPartition. getState()
Gets theResultPartitionState
.static ResultPartitionState
ResultPartitionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultPartitionState[]
ResultPartitionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-