Class DecoderBasedReader<T>

java.lang.Object
org.apache.flink.connector.file.sink.compactor.DecoderBasedReader<T>
All Implemented Interfaces:
AutoCloseable, RecordWiseFileCompactor.Reader<T>

@PublicEvolving public class DecoderBasedReader<T> extends Object implements RecordWiseFileCompactor.Reader<T>
A RecordWiseFileCompactor.Reader implementation that reads the file as an FSDataInputStream and decodes the record with the DecoderBasedReader.Decoder.