Uses of Class
org.apache.flink.streaming.connectors.kafka.config.BoundedMode
-
Packages that use BoundedMode Package Description org.apache.flink.streaming.connectors.kafka.config org.apache.flink.streaming.connectors.kafka.table -
-
Uses of BoundedMode in org.apache.flink.streaming.connectors.kafka.config
Methods in org.apache.flink.streaming.connectors.kafka.config that return BoundedMode Modifier and Type Method Description static BoundedModeBoundedMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundedMode[]BoundedMode. values()Returns an array containing the constants of this enum type, 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 BoundedMode Modifier and Type Field Description protected 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 BoundedMode Modifier and Type Method Description protected 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 BoundedMode Constructor Description KafkaDynamicSource(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)
-