Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.CompactingFileWriter
Packages that use CompactingFileWriter
-
Uses of CompactingFileWriter in org.apache.flink.streaming.api.functions.sink.filesystem
Subinterfaces of CompactingFileWriter in org.apache.flink.streaming.api.functions.sink.filesystemModifier and TypeInterfaceDescriptioninterfaceInProgressFileWriter<IN,BucketID> TheBucketuses theInProgressFileWriterto write element to a part file.interfaceThe compactors use theOutputStreamBasedCompactingFileWriterto directly write a compacting file as anOutputStream.interfaceThe compactors use theRecordWiseCompactingFileWriterto write elements to a compacting file.Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement CompactingFileWriterModifier and TypeClassDescriptionclassAbstractPartFileWriter<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.final classRowWisePartWriter<IN,BucketID> AInProgressFileWriterfor row-wise formats that use anEncoder.Methods in org.apache.flink.streaming.api.functions.sink.filesystem that return CompactingFileWriterModifier and TypeMethodDescriptiondefault CompactingFileWriterBucketWriter.openNewCompactingFile(CompactingFileWriter.Type type, BucketID bucketID, org.apache.flink.core.fs.Path path, long creationTime) Used to create a newCompactingFileWriterof the requesting type.