Class StreamingFileSink.RowFormatBuilder<IN,​BucketID,​T extends StreamingFileSink.RowFormatBuilder<IN,​BucketID,​T>>

    • Constructor Detail

      • RowFormatBuilder

        protected RowFormatBuilder​(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> bucketAssigner)
      • RowFormatBuilder

        protected RowFormatBuilder​(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)