Uses of Class
org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink.BulkFormatBuilder
-
Packages that use StreamingFileSink.BulkFormatBuilder Package Description org.apache.flink.streaming.api.functions.sink.filesystem.legacy -
-
Uses of StreamingFileSink.BulkFormatBuilder 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.BulkFormatBuilder Modifier and Type Class Description static classStreamingFileSink.BulkFormatBuilder<IN,BucketID,T extends StreamingFileSink.BulkFormatBuilder<IN,BucketID,T>>Deprecated.A builder for configuring the sink for bulk-encoding formats, e.g.Subclasses of StreamingFileSink.BulkFormatBuilder in org.apache.flink.streaming.api.functions.sink.filesystem.legacy Modifier and Type Class Description static classStreamingFileSink.DefaultBulkFormatBuilder<IN>Deprecated.Builder for the vanillaStreamingFileSinkusing a bulk format.Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return StreamingFileSink.BulkFormatBuilder Modifier and Type Method Description <ID> StreamingFileSink.BulkFormatBuilder<IN,ID,? extends StreamingFileSink.BulkFormatBuilder<IN,ID,?>>StreamingFileSink.BulkFormatBuilder. withNewBucketAssigner(org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,ID> assigner)Methods in org.apache.flink.streaming.api.functions.sink.filesystem.legacy that return types with arguments of type StreamingFileSink.BulkFormatBuilder Modifier and Type Method Description <ID> StreamingFileSink.BulkFormatBuilder<IN,ID,? extends StreamingFileSink.BulkFormatBuilder<IN,ID,?>>StreamingFileSink.BulkFormatBuilder. withNewBucketAssigner(org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,ID> assigner)
-