Uses of Class
org.apache.flink.runtime.checkpoint.FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException
-
Packages that use FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException Package Description org.apache.flink.runtime.checkpoint -
-
Uses of FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that throw FinishedTaskStateProvider.PartialFinishingNotSupportedByStateException Modifier and Type Method Description voidFinishedTaskStateProvider. fulfillFinishedTaskStatus(Map<OperatorID,OperatorState> operatorStates)Fulfills the state for the finished subtasks and operators to indicate they are finished.
-