Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.RecordWiseCompactingFileWriter
-
Packages that use RecordWiseCompactingFileWriter Package Description org.apache.flink.streaming.api.functions.sink.filesystem -
-
Uses of RecordWiseCompactingFileWriter in org.apache.flink.streaming.api.functions.sink.filesystem
Subinterfaces of RecordWiseCompactingFileWriter in org.apache.flink.streaming.api.functions.sink.filesystem Modifier and Type Interface Description interfaceInProgressFileWriter<IN,BucketID>TheBucketuses theInProgressFileWriterto write element to a part file.Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement RecordWiseCompactingFileWriter Modifier and Type Class Description classAbstractPartFileWriter<IN,BucketID>An abstract writer for the currently open part file in a specificBucket.classOutputStreamBasedPartFileWriter<IN,BucketID>The base class for all the part file writer that useRecoverableFsDataOutputStream.classRowWisePartWriter<IN,BucketID>AInProgressFileWriterfor row-wise formats that use anEncoder.
-