Uses of Enum Class
org.apache.flink.streaming.connectors.kafka.config.OffsetCommitMode
Packages that use OffsetCommitMode
Package
Description
-
Uses of OffsetCommitMode in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka with parameters of type OffsetCommitModeModifier and TypeMethodDescriptionprotected static voidFlinkKafkaConsumerBase.adjustAutoCommitConfig(Properties properties, OffsetCommitMode offsetCommitMode) Deprecated.Make sure that auto commit is disabled when our offset commit mode is ON_CHECKPOINTS.protected AbstractFetcher<T, ?> FlinkKafkaConsumer.createFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<T> sourceContext, Map<KafkaTopicPartition, Long> assignedPartitionsWithInitialOffsets, org.apache.flink.util.SerializedValue<org.apache.flink.api.common.eventtime.WatermarkStrategy<T>> watermarkStrategy, org.apache.flink.streaming.api.operators.StreamingRuntimeContext runtimeContext, OffsetCommitMode offsetCommitMode, org.apache.flink.metrics.MetricGroup consumerMetricGroup, boolean useMetrics) Deprecated.protected abstract AbstractFetcher<T, ?> FlinkKafkaConsumerBase.createFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<T> sourceContext, Map<KafkaTopicPartition, Long> subscribedPartitionsToStartOffsets, org.apache.flink.util.SerializedValue<org.apache.flink.api.common.eventtime.WatermarkStrategy<T>> watermarkStrategy, org.apache.flink.streaming.api.operators.StreamingRuntimeContext runtimeContext, OffsetCommitMode offsetCommitMode, org.apache.flink.metrics.MetricGroup kafkaMetricGroup, boolean useMetrics) Deprecated.Creates the fetcher that connect to the Kafka brokers, pulls data, deserialized the data, and emits it into the data streams. -
Uses of OffsetCommitMode in org.apache.flink.streaming.connectors.kafka.config
Methods in org.apache.flink.streaming.connectors.kafka.config that return OffsetCommitModeModifier and TypeMethodDescriptionstatic OffsetCommitModeOffsetCommitModes.fromConfiguration(boolean enableAutoCommit, boolean enableCommitOnCheckpoint, boolean enableCheckpointing) Deprecated.Determine the offset commit mode using several configuration values.static OffsetCommitModeDeprecated.Returns the enum constant of this class with the specified name.static OffsetCommitMode[]OffsetCommitMode.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OffsetCommitMode in org.apache.flink.streaming.connectors.kafka.shuffle
Methods in org.apache.flink.streaming.connectors.kafka.shuffle with parameters of type OffsetCommitModeModifier and TypeMethodDescriptionprotected AbstractFetcher<T, ?> FlinkKafkaShuffleConsumer.createFetcher(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext<T> sourceContext, Map<KafkaTopicPartition, Long> assignedPartitionsWithInitialOffsets, org.apache.flink.util.SerializedValue<org.apache.flink.api.common.eventtime.WatermarkStrategy<T>> watermarkStrategy, org.apache.flink.streaming.api.operators.StreamingRuntimeContext runtimeContext, OffsetCommitMode offsetCommitMode, org.apache.flink.metrics.MetricGroup consumerMetricGroup, boolean useMetrics) Deprecated.