Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink.DefaultRowFormatBuilder
Packages that use StreamingFileSink.DefaultRowFormatBuilder
-
Uses of StreamingFileSink.DefaultRowFormatBuilder in org.apache.flink.streaming.api.functions.sink.filesystem.legacy
Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return StreamingFileSink.DefaultRowFormatBuilderModifier and TypeMethodDescriptionstatic <IN> StreamingFileSink.DefaultRowFormatBuilder<IN>StreamingFileSink.forRowFormat(org.apache.flink.core.fs.Path basePath, org.apache.flink.api.common.serialization.Encoder<IN> encoder) Deprecated.Creates the builder for aStreamingFileSinkwith row-encoding format.