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
ConstructorDescriptionAggPushStatusCleanUpStats
(String clusterName, io.tehuti.metrics.MetricsRepository metricsRepository, ReadOnlyStoreRepository metadataRepository, boolean isUnregisterMetricForDeletedStoreEnabled) -
Method Summary
Modifier and TypeMethodDescriptionvoid
recordFailedLeakedPushStatusCleanUpCount
(int count) void
void
recordLeakedPushStatusCount
(int count) void
recordSuccessfulLeakedPushStatusCleanUpCount
(int count) Methods inherited from class com.linkedin.venice.stats.AbstractVeniceAggStoreStats
getStoreStats, handleStoreDeleted
Methods inherited from class com.linkedin.venice.stats.AbstractVeniceAggStats
getNullableStoreStats, getTotalStats, setStatsSupplier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-