Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.BucketFactory
Packages that use BucketFactory
Package
Description
-
Uses of BucketFactory in org.apache.flink.streaming.api.functions.sink.filesystem
Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement BucketFactoryModifier and TypeClassDescriptionclassDefaultBucketFactoryImpl<IN,BucketID> A factory returningbuckets.Constructors in org.apache.flink.streaming.api.functions.sink.filesystem with parameters of type BucketFactoryModifierConstructorDescriptionBuckets(org.apache.flink.core.fs.Path basePath, org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN, BucketID> bucketAssigner, BucketFactory<IN, BucketID> bucketFactory, org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter<IN, BucketID> bucketWriter, org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN, BucketID> rollingPolicy, int subtaskIndex, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) A constructor creating a new empty bucket manager. -
Uses of BucketFactory in org.apache.flink.streaming.api.functions.sink.filesystem.legacy
Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy with parameters of type BucketFactoryModifier and TypeMethodDescriptionStreamingFileSink.BulkFormatBuilder.withBucketFactory(BucketFactory<IN, BucketID> factory) StreamingFileSink.RowFormatBuilder.withBucketFactory(BucketFactory<IN, BucketID> factory) Constructors in org.apache.flink.streaming.api.functions.sink.filesystem.legacy with parameters of type BucketFactoryModifierConstructorDescriptionprotectedBulkFormatBuilder(org.apache.flink.core.fs.Path basePath, org.apache.flink.api.common.serialization.BulkWriter.Factory<IN> writerFactory, org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN, BucketID> assigner, org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies.CheckpointRollingPolicy<IN, BucketID> policy, long bucketCheckInterval, BucketFactory<IN, BucketID> bucketFactory, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) protectedRowFormatBuilder(org.apache.flink.core.fs.Path basePath, org.apache.flink.api.common.serialization.Encoder<IN> encoder, org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN, BucketID> assigner, org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN, BucketID> policy, long bucketCheckInterval, BucketFactory<IN, BucketID> bucketFactory, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig)