Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.Buckets
Packages that use Buckets
Package
Description
-
Uses of Buckets in org.apache.flink.streaming.api.functions.sink.filesystem
Constructors in org.apache.flink.streaming.api.functions.sink.filesystem with parameters of type BucketsModifierConstructorDescriptionStreamingFileSinkHelper(Buckets<IN, ?> buckets, boolean isRestored, org.apache.flink.api.common.state.OperatorStateStore stateStore, org.apache.flink.streaming.runtime.tasks.ProcessingTimeService procTimeService, long bucketCheckInterval) -
Uses of Buckets in org.apache.flink.streaming.api.functions.sink.filesystem.legacy
Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return BucketsModifier and TypeMethodDescriptionStreamingFileSink.BucketsBuilder.createBuckets(int subtaskIndex) StreamingFileSink.BulkFormatBuilder.createBuckets(int subtaskIndex) StreamingFileSink.RowFormatBuilder.createBuckets(int subtaskIndex)