Class StreamOneInputProcessor<IN>

java.lang.Object
org.apache.flink.streaming.runtime.io.StreamOneInputProcessor<IN>
Type Parameters:
IN - The type of the record that can be read with this record reader.
All Implemented Interfaces:
Closeable, AutoCloseable, AvailabilityProvider, StreamInputProcessor

@Internal public final class StreamOneInputProcessor<IN> extends Object implements StreamInputProcessor
Input reader for OneInputStreamTask.