Uses of Interface
org.apache.flink.streaming.runtime.io.checkpointing.UpstreamRecoveryTracker
-
Packages that use UpstreamRecoveryTracker Package Description org.apache.flink.streaming.runtime.io.checkpointing -
-
Uses of UpstreamRecoveryTracker in org.apache.flink.streaming.runtime.io.checkpointing
Fields in org.apache.flink.streaming.runtime.io.checkpointing declared as UpstreamRecoveryTracker Modifier and Type Field Description static UpstreamRecoveryTrackerUpstreamRecoveryTracker. NO_OPMethods in org.apache.flink.streaming.runtime.io.checkpointing that return UpstreamRecoveryTracker Modifier and Type Method Description static UpstreamRecoveryTrackerUpstreamRecoveryTracker. forInputGate(InputGate inputGate)Constructors in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type UpstreamRecoveryTracker Constructor Description CheckpointedInputGate(InputGate inputGate, CheckpointBarrierHandler barrierHandler, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, UpstreamRecoveryTracker upstreamRecoveryTracker)
-