Package com.linkedin.davinci.stats
Class AggHostLevelIngestionStats
java.lang.Object
com.linkedin.venice.stats.AbstractVeniceAggStats<T>
com.linkedin.venice.stats.AbstractVeniceAggStoreStats<HostLevelIngestionStats>
com.linkedin.davinci.stats.AggHostLevelIngestionStats
- All Implemented Interfaces:
- StoreDataChangedListener
public class AggHostLevelIngestionStats
extends AbstractVeniceAggStoreStats<HostLevelIngestionStats>
This class provides aggregate initialization support for host level ingestion stats class 
HostLevelIngestionStats- 
Field SummaryFields inherited from class com.linkedin.venice.stats.AbstractVeniceAggStatsSTORE_NAME_FOR_TOTAL_STAT, storeStats, totalStats
- 
Constructor SummaryConstructorsConstructorDescriptionAggHostLevelIngestionStats(io.tehuti.metrics.MetricsRepository metricsRepository, VeniceServerConfig serverConfig, Map<String, StoreIngestionTask> ingestionTaskMap, ReadOnlyStoreRepository metadataRepository, boolean unregisterMetricForDeletedStoreEnabled, Time time) 
- 
Method SummaryMethods inherited from class com.linkedin.venice.stats.AbstractVeniceAggStoreStatsgetStoreStats, handleStoreDeletedMethods inherited from class com.linkedin.venice.stats.AbstractVeniceAggStatsgetNullableStoreStats, getTotalStats, setStatsSupplierMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linkedin.venice.meta.StoreDataChangedListenerhandleStoreChanged, handleStoreCreated, handleStoreDeleted
- 
Constructor Details- 
AggHostLevelIngestionStatspublic AggHostLevelIngestionStats(io.tehuti.metrics.MetricsRepository metricsRepository, VeniceServerConfig serverConfig, Map<String, StoreIngestionTask> ingestionTaskMap, ReadOnlyStoreRepository metadataRepository, boolean unregisterMetricForDeletedStoreEnabled, Time time) 
 
-