Package org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies
package org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies
-
ClassesClassDescriptionCheckpointRollingPolicy<IN,
BucketID> An abstractRollingPolicywhich rolls on every checkpoint.CheckpointRollingPolicy.PolicyBuilder<IN,BucketID, T extends CheckpointRollingPolicy.PolicyBuilder<IN, BucketID, T>> The base abstract builder class forCheckpointRollingPolicy.DefaultRollingPolicy<IN,BucketID> The default implementation of theRollingPolicy.A helper class that holds the configuration properties for theDefaultRollingPolicy.OnCheckpointRollingPolicy<IN,BucketID> ARollingPolicywhich rolls (ONLY) on every checkpoint.