Uses of Class
org.apache.flink.streaming.connectors.kafka.internals.ClosableBlockingQueue
Packages that use ClosableBlockingQueue
-
Uses of ClosableBlockingQueue in org.apache.flink.streaming.connectors.kafka.internals
Fields in org.apache.flink.streaming.connectors.kafka.internals declared as ClosableBlockingQueueModifier and TypeFieldDescriptionprotected final ClosableBlockingQueue<KafkaTopicPartitionState<T, KPH>> AbstractFetcher.unassignedPartitionsQueueDeprecated.Queue of partitions that are not yet assigned to any Kafka clients for consuming.Constructors in org.apache.flink.streaming.connectors.kafka.internals with parameters of type ClosableBlockingQueueModifierConstructorDescriptionKafkaConsumerThread(org.slf4j.Logger log, Handover handover, Properties kafkaProperties, ClosableBlockingQueue<KafkaTopicPartitionState<T, org.apache.kafka.common.TopicPartition>> unassignedPartitionsQueue, String threadName, long pollTimeout, boolean useMetrics, org.apache.flink.metrics.MetricGroup consumerMetricGroup, org.apache.flink.metrics.MetricGroup subtaskMetricGroup) Deprecated.