Uses of Package
org.apache.flink.connector.file.sink.compactor
Packages that use org.apache.flink.connector.file.sink.compactor
Package
Description
-
Classes in org.apache.flink.connector.file.sink.compactor used by org.apache.flink.connector.file.sinkClassDescriptionThe
FileCompactoris responsible for compacting files into one file.Strategy for compacting the files written inFileSinkbefore committing. -
Classes in org.apache.flink.connector.file.sink.compactor used by org.apache.flink.connector.file.sink.compactorClassDescriptionA
OutputStreamBasedFileCompactorimplementation that simply concat the compacting files.ARecordWiseFileCompactor.Readerimplementation that reads the file as anFSDataInputStreamand decodes the record with theDecoderBasedReader.Decoder.ADecoderBasedReader.Decoderto decode the file content into the actual records.Factory to createDecoderBasedReader.Decoder.TheFileCompactoris responsible for compacting files into one file.Strategy for compacting the files written inFileSinkbefore committing.Builder forFileCompactStrategy.ARecordWiseFileCompactor.Readerimplementation that reads the file using theFileInputFormat.Base class forFileCompactorimplementations that write the compacting file by a output stream.The reader that reads record from the compacting files.Factory forRecordWiseFileCompactor.Reader.The writer that writers record into the compacting files. -
Classes in org.apache.flink.connector.file.sink.compactor used by org.apache.flink.connector.file.sink.compactor.operatorClassDescriptionThe
FileCompactoris responsible for compacting files into one file.Strategy for compacting the files written inFileSinkbefore committing.