@PublicEvolving public class ConcatFileCompactor extends OutputStreamBasedFileCompactor
OutputStreamBasedFileCompactor implementation that simply concat the compacting files.
The fileDelimiter will be added between neighbouring files if provided.| Constructor and Description |
|---|
ConcatFileCompactor() |
ConcatFileCompactor(byte[] fileDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCompact(List<org.apache.flink.core.fs.Path> inputFiles,
OutputStream outputStream) |
compactpublic ConcatFileCompactor()
public ConcatFileCompactor(@Nullable byte[] fileDelimiter)
protected void doCompact(List<org.apache.flink.core.fs.Path> inputFiles, OutputStream outputStream) throws Exception
doCompact in class OutputStreamBasedFileCompactorExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.