@PublicEvolving public abstract class OutputStreamBasedFileCompactor extends Object implements FileCompactor
FileCompactor implementations that write the compacting file by a output
stream.| Constructor and Description |
|---|
OutputStreamBasedFileCompactor() |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.