public static class DecoderBasedReader.Factory<T> extends Object implements RecordWiseFileCompactor.Reader.Factory<T>
DecoderBasedReader.| Constructor and Description |
|---|
Factory(DecoderBasedReader.Decoder.Factory<T> decoderFactory) |
| Modifier and Type | Method and Description |
|---|---|
DecoderBasedReader<T> |
createFor(org.apache.flink.core.fs.Path path) |
public Factory(DecoderBasedReader.Decoder.Factory<T> decoderFactory)
public DecoderBasedReader<T> createFor(org.apache.flink.core.fs.Path path) throws IOException
createFor in interface RecordWiseFileCompactor.Reader.Factory<T>IOException - Thrown if an I/O error occurs when opening the file.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.