Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorInfo
Packages that use OperatorInfo
Package
Description
-
Uses of OperatorInfo in org.apache.flink.runtime.checkpoint
Subinterfaces of OperatorInfo in org.apache.flink.runtime.checkpointModifier and TypeInterfaceDescriptioninterfaceThis context is the interface through which theCheckpointCoordinatorinteracts with anOperatorCoordinatorduring checkpointing and checkpoint restoring.Methods in org.apache.flink.runtime.checkpoint with parameters of type OperatorInfoModifier and TypeMethodDescriptionPendingCheckpoint.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 OperatorInfoModifier and TypeClassDescriptionclassTheOperatorCoordinatorHolderholds theOperatorCoordinatorand manages all its interactions with the remaining components.Method parameters in org.apache.flink.runtime.operators.coordination with type arguments of type OperatorInfoModifier and TypeMethodDescriptionstatic Collection<OperatorID>OperatorInfo.getIds(Collection<? extends OperatorInfo> infos)