@PublicEvolving public abstract class OutputStreamBasedFileCompactor extends Object implements FileCompactor
FileCompactor implementations that write the compacting file by a output
stream.| 构造器和说明 |
|---|
OutputStreamBasedFileCompactor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
compact(List<org.apache.flink.core.fs.Path> inputFiles,
OutputStream outputStream) |
protected abstract void |
doCompact(List<org.apache.flink.core.fs.Path> inputFiles,
OutputStream outputStream) |
public void compact(List<org.apache.flink.core.fs.Path> inputFiles, OutputStream outputStream) throws Exception
Exceptionprotected abstract void doCompact(List<org.apache.flink.core.fs.Path> inputFiles, OutputStream outputStream) throws Exception
ExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.