Uses of Class
org.apache.flink.streaming.runtime.operators.CheckpointCommitter
Packages that use CheckpointCommitter
Package
Description
This package contains the operators that perform the stream transformations.
-
Uses of CheckpointCommitter in org.apache.flink.streaming.runtime.operators
Constructors in org.apache.flink.streaming.runtime.operators with parameters of type CheckpointCommitterModifierConstructorDescriptionGenericWriteAheadSink(CheckpointCommitter committer, org.apache.flink.api.common.typeutils.TypeSerializer<IN> serializer, String jobID)