Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter
-
Packages that use CompactingFileWriter Package Description org.apache.flink.streaming.api.functions.sink.filesystem -
-
Uses of CompactingFileWriter in org.apache.flink.streaming.api.functions.sink.filesystem
Subinterfaces of CompactingFileWriter 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.interfaceOutputStreamBasedCompactingFileWriterThe compactors use theOutputStreamBasedCompactingFileWriterto directly write a compacting file as anOutputStream.interfaceRecordWiseCompactingFileWriter<IN>The compactors use theRecordWiseCompactingFileWriterto write elements to a compacting file.Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement CompactingFileWriter 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.Methods in org.apache.flink.streaming.api.functions.sink.filesystem that return CompactingFileWriter Modifier and Type Method Description default CompactingFileWriterBucketWriter. openNewCompactingFile(CompactingFileWriter.Type type, BucketID bucketID, org.apache.flink.core.fs.Path path, long creationTime)Used to create a newCompactingFileWriterof the requesting type.
-