Class SourceReaderOptions
java.lang.Object
org.apache.flink.connector.base.source.reader.SourceReaderOptions
The options that can be set for the
SourceReaderBase.-
Field Details
-
SOURCE_READER_CLOSE_TIMEOUT
-
ELEMENT_QUEUE_CAPACITY
-
sourceReaderCloseTimeout
public final long sourceReaderCloseTimeout -
elementQueueCapacity
public final int elementQueueCapacity
-
-
Constructor Details
-
SourceReaderOptions
public SourceReaderOptions(org.apache.flink.configuration.Configuration config)
-