Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorInfo
-
Packages that use OperatorInfo Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.operators.coordination -
-
Uses of OperatorInfo in org.apache.flink.runtime.checkpoint
Subinterfaces of OperatorInfo in org.apache.flink.runtime.checkpoint Modifier and Type Interface Description interfaceOperatorCoordinatorCheckpointContextThis context is the interface through which theCheckpointCoordinatorinteracts with anOperatorCoordinatorduring checkpointing and checkpoint restoring.Methods in org.apache.flink.runtime.checkpoint with parameters of type OperatorInfo Modifier and Type Method Description PendingCheckpoint.TaskAcknowledgeResultPendingCheckpoint. acknowledgeCoordinatorState(OperatorInfo coordinatorInfo, ByteStreamStateHandle stateHandle) -
Uses of OperatorInfo in org.apache.flink.runtime.operators.coordination
Classes in org.apache.flink.runtime.operators.coordination that implement OperatorInfo Modifier and Type Class Description classOperatorCoordinatorHolderTheOperatorCoordinatorHolderholds theOperatorCoordinatorand manages all its interactions with the remaining components.Method parameters in org.apache.flink.runtime.operators.coordination with type arguments of type OperatorInfo Modifier and Type Method Description static Collection<OperatorID>OperatorInfo. getIds(Collection<? extends OperatorInfo> infos)
-