Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink.DefaultBulkFormatBuilder
-
Packages that use StreamingFileSink.DefaultBulkFormatBuilder Package Description org.apache.flink.streaming.api.functions.sink.filesystem.legacy -
-
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.DefaultBulkFormatBuilder Modifier and Type Method Description static <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.
-