Uses of Enum Class
org.apache.flink.streaming.connectors.kafka.config.BoundedMode
Packages that use BoundedMode
Package
Description
-
Uses of BoundedMode in org.apache.flink.streaming.connectors.kafka.config
Methods in org.apache.flink.streaming.connectors.kafka.config that return BoundedModeModifier and TypeMethodDescriptionstatic BoundedModeReturns the enum constant of this class with the specified name.static BoundedMode[]BoundedMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BoundedMode in org.apache.flink.streaming.connectors.kafka.table
Fields in org.apache.flink.streaming.connectors.kafka.table declared as BoundedModeModifier and TypeFieldDescriptionprotected final BoundedModeKafkaDynamicSource.boundedModeThe bounded mode for the contained consumer (default is an unbounded data stream).Methods in org.apache.flink.streaming.connectors.kafka.table with parameters of type BoundedModeModifier and TypeMethodDescriptionprotected KafkaDynamicSourceKafkaDynamicTableFactory.createKafkaTableSource(org.apache.flink.table.types.DataType physicalDataType, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> keyDecodingFormat, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> valueDecodingFormat, int[] keyProjection, int[] valueProjection, String keyPrefix, List<String> topics, Pattern topicPattern, Properties properties, StartupMode startupMode, Map<KafkaTopicPartition, Long> specificStartupOffsets, long startupTimestampMillis, BoundedMode boundedMode, Map<KafkaTopicPartition, Long> specificEndOffsets, long endTimestampMillis, String tableIdentifier) Constructors in org.apache.flink.streaming.connectors.kafka.table with parameters of type BoundedModeModifierConstructorDescriptionKafkaDynamicSource(org.apache.flink.table.types.DataType physicalDataType, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> keyDecodingFormat, org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> valueDecodingFormat, int[] keyProjection, int[] valueProjection, String keyPrefix, List<String> topics, Pattern topicPattern, Properties properties, StartupMode startupMode, Map<KafkaTopicPartition, Long> specificStartupOffsets, long startupTimestampMillis, BoundedMode boundedMode, Map<KafkaTopicPartition, Long> specificBoundedOffsets, long boundedTimestampMillis, boolean upsertMode, String tableIdentifier)