Uses of Class
org.apache.flink.streaming.connectors.kafka.FlinkKafkaConsumerBase
Packages that use FlinkKafkaConsumerBase
Package
Description
-
Uses of FlinkKafkaConsumerBase in org.apache.flink.streaming.connectors.kafka
Subclasses of FlinkKafkaConsumerBase in org.apache.flink.streaming.connectors.kafkaMethods in org.apache.flink.streaming.connectors.kafka that return FlinkKafkaConsumerBaseModifier and TypeMethodDescriptionFlinkKafkaConsumerBase.assignTimestampsAndWatermarks(org.apache.flink.api.common.eventtime.WatermarkStrategy<T> watermarkStrategy) Deprecated.Sets the givenWatermarkStrategyon this consumer.FlinkKafkaConsumerBase.assignTimestampsAndWatermarks(org.apache.flink.streaming.api.functions.AssignerWithPeriodicWatermarks<T> assigner) Deprecated.FlinkKafkaConsumerBase.assignTimestampsAndWatermarks(org.apache.flink.streaming.api.functions.AssignerWithPunctuatedWatermarks<T> assigner) Deprecated.Please useassignTimestampsAndWatermarks(WatermarkStrategy)instead.FlinkKafkaConsumerBase.disableFilterRestoredPartitionsWithSubscribedTopics()Deprecated.By default, when restoring from a checkpoint / savepoint, the consumer always ignores restored partitions that are no longer associated with the current specified topics or topic pattern to subscribe to.FlinkKafkaConsumerBase.setCommitOffsetsOnCheckpoints(boolean commitOnCheckpoints) Deprecated.Specifies whether or not the consumer should commit offsets back to Kafka on checkpoints.FlinkKafkaConsumerBase.setStartFromEarliest()Deprecated.Specifies the consumer to start reading from the earliest offset for all partitions.FlinkKafkaConsumerBase.setStartFromGroupOffsets()Deprecated.Specifies the consumer to start reading from any committed group offsets found in Zookeeper / Kafka brokers.FlinkKafkaConsumerBase.setStartFromLatest()Deprecated.Specifies the consumer to start reading from the latest offset for all partitions.FlinkKafkaConsumerBase.setStartFromSpecificOffsets(Map<KafkaTopicPartition, Long> specificStartupOffsets) Deprecated.Specifies the consumer to start reading partitions from specific offsets, set independently for each partition.FlinkKafkaConsumerBase.setStartFromTimestamp(long startupOffsetsTimestamp) Deprecated.Specifies the consumer to start reading partitions from a specified timestamp. -
Uses of FlinkKafkaConsumerBase in org.apache.flink.streaming.connectors.kafka.shuffle
assignTimestampsAndWatermarks(WatermarkStrategy)instead.