Class KafkaConsumerServiceDelegator.CurrentVersionConsumerPoolStrategy
- java.lang.Object
-
- com.linkedin.davinci.kafka.consumer.KafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
- com.linkedin.davinci.kafka.consumer.KafkaConsumerServiceDelegator.CurrentVersionConsumerPoolStrategy
-
- Enclosing class:
- KafkaConsumerServiceDelegator
public class KafkaConsumerServiceDelegator.CurrentVersionConsumerPoolStrategy extends KafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
-
Field Summary
-
Fields inherited from class com.linkedin.davinci.kafka.consumer.KafkaConsumerServiceDelegator.ConsumerPoolStrategy
consumerServices
-
-
Constructor Summary
Constructors Constructor Description CurrentVersionConsumerPoolStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaConsumerService
delegateKafkaConsumerServiceFor(PartitionReplicaIngestionContext topicPartitionReplicaRole)
java.util.List<KafkaConsumerService>
getConsumerServices()
-
-
-
Method Detail
-
delegateKafkaConsumerServiceFor
public KafkaConsumerService delegateKafkaConsumerServiceFor(PartitionReplicaIngestionContext topicPartitionReplicaRole)
- Specified by:
delegateKafkaConsumerServiceFor
in classKafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
getConsumerServices
public java.util.List<KafkaConsumerService> getConsumerServices()
- Overrides:
getConsumerServices
in classKafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
-