Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.AbstractFetcher
Packages that use AbstractFetcher
Package
Description
-
Uses of AbstractFetcher in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka that return AbstractFetcherModifier and TypeMethodDescriptionprotected 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 AbstractFetcher in org.apache.flink.streaming.connectors.kafka.internals
Subclasses of AbstractFetcher in org.apache.flink.streaming.connectors.kafka.internals -
Uses of AbstractFetcher in org.apache.flink.streaming.connectors.kafka.shuffle
Methods in org.apache.flink.streaming.connectors.kafka.shuffle that return AbstractFetcherModifier 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.