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