Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.BucketWriter
-
Packages that use BucketWriter Package Description org.apache.flink.streaming.api.functions.sink.filesystem -
-
Uses of BucketWriter in org.apache.flink.streaming.api.functions.sink.filesystem
Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement BucketWriter Modifier and Type Class Description classBulkBucketWriter<IN,BucketID>A factory that createsBulkPartWriters.classRowWiseBucketWriter<IN,BucketID>A factory that createsRowWisePartWriters.
-