Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink.RowFormatBuilder
-
Packages that use StreamingFileSink.RowFormatBuilder Package Description org.apache.flink.streaming.api.functions.sink.filesystem.legacy -
-
Uses of StreamingFileSink.RowFormatBuilder in org.apache.flink.streaming.api.functions.sink.filesystem.legacy
Classes in org.apache.flink.streaming.api.functions.sink.filesystem.legacy with type parameters of type StreamingFileSink.RowFormatBuilder Modifier and Type Class Description static classStreamingFileSink.RowFormatBuilder<IN,BucketID,T extends StreamingFileSink.RowFormatBuilder<IN,BucketID,T>>Deprecated.A builder for configuring the sink for row-wise encoding formats.Subclasses of StreamingFileSink.RowFormatBuilder in org.apache.flink.streaming.api.functions.sink.filesystem.legacy Modifier and Type Class Description static classStreamingFileSink.DefaultRowFormatBuilder<IN>Deprecated.Builder for the vanillaStreamingFileSinkusing a row format.Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return StreamingFileSink.RowFormatBuilder Modifier and Type Method Description <ID> StreamingFileSink.RowFormatBuilder<IN,ID,? extends StreamingFileSink.RowFormatBuilder<IN,ID,?>>StreamingFileSink.RowFormatBuilder. withNewBucketAssignerAndPolicy(org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,ID> assigner, org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,ID> policy)Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return types with arguments of type StreamingFileSink.RowFormatBuilder Modifier and Type Method Description <ID> StreamingFileSink.RowFormatBuilder<IN,ID,? extends StreamingFileSink.RowFormatBuilder<IN,ID,?>>StreamingFileSink.RowFormatBuilder. withNewBucketAssignerAndPolicy(org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,ID> assigner, org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy<IN,ID> policy)
-