Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink.DefaultBulkFormatBuilder
Packages that use StreamingFileSink.DefaultBulkFormatBuilder
-
Uses of StreamingFileSink.DefaultBulkFormatBuilder in org.apache.flink.streaming.api.functions.sink.filesystem.legacy
Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return StreamingFileSink.DefaultBulkFormatBuilderModifier and TypeMethodDescriptionstatic <IN> StreamingFileSink.DefaultBulkFormatBuilder<IN>StreamingFileSink.forBulkFormat(org.apache.flink.core.fs.Path basePath, org.apache.flink.api.common.serialization.BulkWriter.Factory<IN> writerFactory) Deprecated.Creates the builder for aStreamingFileSinkwith bulk-encoding format.