Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.AbstractFetcher
-
Packages that use AbstractFetcher Package Description org.apache.flink.streaming.connectors.kafka org.apache.flink.streaming.connectors.kafka.internals org.apache.flink.streaming.connectors.kafka.shuffle -
-
Uses of AbstractFetcher in org.apache.flink.streaming.connectors.kafka
Methods in org.apache.flink.streaming.connectors.kafka that return AbstractFetcher Modifier and Type Method Description 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 AbstractFetcher in org.apache.flink.streaming.connectors.kafka.internals
Subclasses of AbstractFetcher in org.apache.flink.streaming.connectors.kafka.internals Modifier and Type Class Description classKafkaFetcher<T>Deprecated.classKafkaShuffleFetcher<T>Deprecated. -
Uses of AbstractFetcher in org.apache.flink.streaming.connectors.kafka.shuffle
Methods in org.apache.flink.streaming.connectors.kafka.shuffle that return AbstractFetcher 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.
-