Class SourceReaderOptions


  • @PublicEvolving
    public class SourceReaderOptions
    extends Object
    The options that can be set for the SourceReaderBase.
    • 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
    • Constructor Detail

      • SourceReaderOptions

        public SourceReaderOptions​(org.apache.flink.configuration.Configuration config)