Uses of Interface
org.apache.flink.api.common.state.CheckpointListener
-
-
Uses of CheckpointListener in org.apache.flink.api.common.state
Subinterfaces of CheckpointListener in org.apache.flink.api.common.state Modifier and Type Interface Description interfaceInternalCheckpointListenerThe internal checkpoint listener add anotherInternalCheckpointListener.notifyCheckpointSubsumed(long)interface for internal usage. -
Uses of CheckpointListener in org.apache.flink.api.connector.source
Subinterfaces of CheckpointListener in org.apache.flink.api.connector.source Modifier and Type Interface Description interfaceExternallyInducedSourceReader<T,SplitT extends SourceSplit>Sources that implement this interface delay checkpoints when receiving a trigger message from the checkpoint coordinator to the point when their input data/events indicate that a checkpoint should be triggered.interfaceSourceReader<T,SplitT extends SourceSplit>The interface for a source reader which is responsible for reading the records from the source splits assigned bySplitEnumerator.interfaceSplitEnumerator<SplitT extends SourceSplit,CheckpointT>The interface for a split enumerator responsible for discovering the source splits, and assigning them to theSourceReader. -
Uses of CheckpointListener in org.apache.flink.api.connector.source.lib.util
Classes in org.apache.flink.api.connector.source.lib.util that implement CheckpointListener Modifier and Type Class Description classIteratorSourceEnumerator<SplitT extends IteratorSourceSplit<?,?>>ASplitEnumeratorfor iterator sources.classIteratorSourceReader<E,IterT extends Iterator<E>,SplitT extends IteratorSourceSplit<E,IterT>>ASourceReaderthat returns the values of an iterator, supplied via anIteratorSourceSplit.classIteratorSourceReaderBase<E,O,IterT extends Iterator<E>,SplitT extends IteratorSourceSplit<E,IterT>>ASourceReaderthat returns the values of an iterator, supplied via anIteratorSourceSplit. -
Uses of CheckpointListener in org.apache.flink.api.connector.source.util.ratelimit
Classes in org.apache.flink.api.connector.source.util.ratelimit that implement CheckpointListener Modifier and Type Class Description classRateLimitedSourceReader<E,SplitT extends SourceSplit>Wraps the actualSourceReaderand rate limits its data emission.
-