Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy
Packages that use RollingPolicy
-
Uses of RollingPolicy in org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies
Classes in org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies that implement RollingPolicyModifier and TypeClassDescriptionclassCheckpointRollingPolicy<IN,BucketID> An abstractRollingPolicywhich rolls on every checkpoint.final classDefaultRollingPolicy<IN,BucketID> The default implementation of theRollingPolicy.final classOnCheckpointRollingPolicy<IN,BucketID> ARollingPolicywhich rolls (ONLY) on every checkpoint.