Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.DefaultRollingPolicy.PolicyBuilder
Packages that use DefaultRollingPolicy.PolicyBuilder
-
Uses of DefaultRollingPolicy.PolicyBuilder in org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies
Methods in org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies that return DefaultRollingPolicy.PolicyBuilderModifier and TypeMethodDescriptionDefaultRollingPolicy.builder()Creates a newDefaultRollingPolicy.PolicyBuilderthat is used to configure and build an instance ofDefaultRollingPolicy.DefaultRollingPolicy.create()Deprecated.DefaultRollingPolicy.PolicyBuilder.withInactivityInterval(long interval) Deprecated.DefaultRollingPolicy.PolicyBuilder.withInactivityInterval(Duration interval) Sets the interval of allowed inactivity after which a part file will have to roll.DefaultRollingPolicy.PolicyBuilder.withMaxPartSize(long size) Deprecated.UsewithMaxPartSize(MemorySize)instead.DefaultRollingPolicy.PolicyBuilder.withMaxPartSize(org.apache.flink.configuration.MemorySize size) Sets the part size above which a part file will have to roll.DefaultRollingPolicy.PolicyBuilder.withRolloverInterval(long interval) Deprecated.UsewithRolloverInterval(Duration)instead.DefaultRollingPolicy.PolicyBuilder.withRolloverInterval(Duration interval) Sets the max time a part file can stay open before having to roll.
withInactivityInterval(Duration)instead.