Class ParticipantStoreConsumptionTask
java.lang.Object
com.linkedin.davinci.kafka.consumer.ParticipantStoreConsumptionTask
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Runnable
-
Constructor Summary
ConstructorDescriptionParticipantStoreConsumptionTask
(StoreIngestionService storeIngestionService, ClusterInfoProvider clusterInfoProvider, ParticipantStoreConsumptionStats stats, ClientConfig<ParticipantMessageValue> clientConfig, long participantMessageConsumptionDelayMs, ICProvider icProvider) -
Method Summary
-
Constructor Details
-
ParticipantStoreConsumptionTask
public ParticipantStoreConsumptionTask(StoreIngestionService storeIngestionService, ClusterInfoProvider clusterInfoProvider, ParticipantStoreConsumptionStats stats, ClientConfig<ParticipantMessageValue> clientConfig, long participantMessageConsumptionDelayMs, ICProvider icProvider)
-
-
Method Details