Uses of Interface
org.apache.flink.streaming.runtime.io.checkpointing.UpstreamRecoveryTracker
Packages that use UpstreamRecoveryTracker
-
Uses of UpstreamRecoveryTracker in org.apache.flink.streaming.runtime.io.checkpointing
Fields in org.apache.flink.streaming.runtime.io.checkpointing declared as UpstreamRecoveryTrackerModifier and TypeFieldDescriptionstatic final UpstreamRecoveryTrackerUpstreamRecoveryTracker.NO_OPMethods in org.apache.flink.streaming.runtime.io.checkpointing that return UpstreamRecoveryTrackerModifier and TypeMethodDescriptionstatic UpstreamRecoveryTrackerUpstreamRecoveryTracker.forInputGate(InputGate inputGate) Constructors in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type UpstreamRecoveryTrackerModifierConstructorDescriptionCheckpointedInputGate(InputGate inputGate, CheckpointBarrierHandler barrierHandler, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, UpstreamRecoveryTracker upstreamRecoveryTracker)