Package com.linkedin.venice.pushmonitor
Class AggPushStatusCleanUpStats
java.lang.Object
com.linkedin.venice.stats.AbstractVeniceAggStats<T>
com.linkedin.venice.stats.AbstractVeniceAggStoreStats<PushStatusCleanUpStats>
com.linkedin.venice.pushmonitor.AggPushStatusCleanUpStats
- All Implemented Interfaces:
StoreDataChangedListener
-
Field Summary
Fields inherited from class com.linkedin.venice.stats.AbstractVeniceAggStats
STORE_NAME_FOR_TOTAL_STAT, storeStats, totalStats -
Constructor Summary
ConstructorsConstructorDescriptionAggPushStatusCleanUpStats(String clusterName, io.tehuti.metrics.MetricsRepository metricsRepository, ReadOnlyStoreRepository metadataRepository, boolean isUnregisterMetricForDeletedStoreEnabled) -
Method Summary
Modifier and TypeMethodDescriptionvoidrecordFailedLeakedPushStatusCleanUpCount(int count) voidvoidrecordLeakedPushStatusCount(int count) voidrecordSuccessfulLeakedPushStatusCleanUpCount(int count) Methods inherited from class com.linkedin.venice.stats.AbstractVeniceAggStoreStats
getStoreStats, handleStoreDeletedMethods inherited from class com.linkedin.venice.stats.AbstractVeniceAggStats
getNullableStoreStats, getTotalStats, setStatsSupplierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.linkedin.venice.meta.StoreDataChangedListener
handleStoreChanged, handleStoreCreated, handleStoreDeleted
-
Constructor Details
-
AggPushStatusCleanUpStats
public AggPushStatusCleanUpStats(String clusterName, io.tehuti.metrics.MetricsRepository metricsRepository, ReadOnlyStoreRepository metadataRepository, boolean isUnregisterMetricForDeletedStoreEnabled)
-
-
Method Details
-
recordLeakedPushStatusCount
public void recordLeakedPushStatusCount(int count) -
recordSuccessfulLeakedPushStatusCleanUpCount
public void recordSuccessfulLeakedPushStatusCleanUpCount(int count) -
recordFailedLeakedPushStatusCleanUpCount
public void recordFailedLeakedPushStatusCleanUpCount(int count) -
recordLeakedPushStatusCleanUpServiceState
-