Uses of Class
org.apache.flink.streaming.connectors.kafka.config.OffsetCommitMode
-
Packages that use OffsetCommitMode Package Description org.apache.flink.streaming.connectors.kafka org.apache.flink.streaming.connectors.kafka.config org.apache.flink.streaming.connectors.kafka.shuffle -
-
Uses of OffsetCommitMode in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka with parameters of type OffsetCommitMode Modifier and Type Method Description protected 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 OffsetCommitMode Modifier and Type Method Description static OffsetCommitModeOffsetCommitModes. fromConfiguration(boolean enableAutoCommit, boolean enableCommitOnCheckpoint, boolean enableCheckpointing)Deprecated.Determine the offset commit mode using several configuration values.static OffsetCommitModeOffsetCommitMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static OffsetCommitMode[]OffsetCommitMode. values()Deprecated.Returns an array containing the constants of this enum type, 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 OffsetCommitMode Modifier and Type Method Description protected 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.
-