Class SourceReaderOptions
- java.lang.Object
-
- org.apache.flink.connector.base.source.reader.SourceReaderOptions
-
@PublicEvolving public class SourceReaderOptions extends Object
The options that can be set for theSourceReaderBase.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<Integer>ELEMENT_QUEUE_CAPACITYintelementQueueCapacitystatic org.apache.flink.configuration.ConfigOption<Long>SOURCE_READER_CLOSE_TIMEOUTlongsourceReaderCloseTimeout
-
Constructor Summary
Constructors Constructor Description SourceReaderOptions(org.apache.flink.configuration.Configuration config)
-
-
-
Field Detail
-
SOURCE_READER_CLOSE_TIMEOUT
public static final org.apache.flink.configuration.ConfigOption<Long> SOURCE_READER_CLOSE_TIMEOUT
-
ELEMENT_QUEUE_CAPACITY
public static final org.apache.flink.configuration.ConfigOption<Integer> ELEMENT_QUEUE_CAPACITY
-
sourceReaderCloseTimeout
public final long sourceReaderCloseTimeout
-
elementQueueCapacity
public final int elementQueueCapacity
-
-