Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink.RowFormatBuilder
Packages that use StreamingFileSink.RowFormatBuilder
-
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.RowFormatBuilderModifier and TypeClassDescriptionstatic 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.legacyModifier and TypeClassDescriptionstatic final classDeprecated.Builder for the vanillaStreamingFileSinkusing a row format.Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return StreamingFileSink.RowFormatBuilderModifier and TypeMethodDescription<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.RowFormatBuilderModifier and TypeMethodDescription<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)