| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.file.sink | |
| org.apache.flink.connector.file.sink.compactor | |
| org.apache.flink.connector.file.sink.compactor.operator |
| 类和说明 |
|---|
| FileCompactor
The
FileCompactor is responsible for compacting files into one file. |
| FileCompactStrategy
Strategy for compacting the files written in
FileSink before committing. |
| 类和说明 |
|---|
| ConcatFileCompactor
A
OutputStreamBasedFileCompactor implementation that simply concat the compacting files. |
| DecoderBasedReader
A
RecordWiseFileCompactor.Reader implementation that reads the file as an FSDataInputStream and decodes the record with the DecoderBasedReader.Decoder. |
| DecoderBasedReader.Decoder
A
DecoderBasedReader.Decoder to decode the file content into the actual records. |
| DecoderBasedReader.Decoder.Factory
Factory to create
DecoderBasedReader.Decoder. |
| FileCompactor
The
FileCompactor is responsible for compacting files into one file. |
| FileCompactStrategy
Strategy for compacting the files written in
FileSink before committing. |
| FileCompactStrategy.Builder
Builder for
FileCompactStrategy. |
| InputFormatBasedReader
A
RecordWiseFileCompactor.Reader implementation that reads the file using the FileInputFormat. |
| OutputStreamBasedFileCompactor
Base class for
FileCompactor implementations that write the compacting file by a output
stream. |
| RecordWiseFileCompactor.Reader
The reader that reads record from the compacting files.
|
| RecordWiseFileCompactor.Reader.Factory
Factory for
RecordWiseFileCompactor.Reader. |
| RecordWiseFileCompactor.Writer
The writer that writers record into the compacting files.
|
| 类和说明 |
|---|
| FileCompactor
The
FileCompactor is responsible for compacting files into one file. |
| FileCompactStrategy
Strategy for compacting the files written in
FileSink before committing. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.