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 KafkaConsumerServicedelegateKafkaConsumerServiceFor(PartitionReplicaIngestionContext topicPartitionReplicaRole)java.util.List<KafkaConsumerService>getConsumerServices()
-
-
-
Method Detail
-
delegateKafkaConsumerServiceFor
public KafkaConsumerService delegateKafkaConsumerServiceFor(PartitionReplicaIngestionContext topicPartitionReplicaRole)
- Specified by:
delegateKafkaConsumerServiceForin classKafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
getConsumerServices
public java.util.List<KafkaConsumerService> getConsumerServices()
- Overrides:
getConsumerServicesin classKafkaConsumerServiceDelegator.ConsumerPoolStrategy
-
-