Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy
-
Packages that use RollingPolicy Package Description org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies -
-
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 RollingPolicy Modifier and Type Class Description classCheckpointRollingPolicy<IN,BucketID>An abstractRollingPolicywhich rolls on every checkpoint.classDefaultRollingPolicy<IN,BucketID>The default implementation of theRollingPolicy.classOnCheckpointRollingPolicy<IN,BucketID>ARollingPolicywhich rolls (ONLY) on every checkpoint.
-