@PublicEvolving public class ConcatFileCompactor extends OutputStreamBasedFileCompactor
OutputStreamBasedFileCompactor implementation that simply concat the compacting files.
The fileDelimiter will be added between neighbouring files if provided.| 构造器和说明 |
|---|
ConcatFileCompactor() |
ConcatFileCompactor(byte[] fileDelimiter) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 OutputStreamBasedFileCompactorExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.