Class ConcatFileCompactor

java.lang.Object
org.apache.flink.connector.file.sink.compactor.OutputStreamBasedFileCompactor
org.apache.flink.connector.file.sink.compactor.ConcatFileCompactor
All Implemented Interfaces:
Serializable, FileCompactor
Direct Known Subclasses:
IdenticalFileCompactor

@PublicEvolving public class ConcatFileCompactor extends OutputStreamBasedFileCompactor
A OutputStreamBasedFileCompactor implementation that simply concat the compacting files. The fileDelimiter will be added between neighbouring files if provided.
See Also:
  • Constructor Details

    • ConcatFileCompactor

      public ConcatFileCompactor()
    • ConcatFileCompactor

      public ConcatFileCompactor(@Nullable byte[] fileDelimiter)
  • Method Details