Package com.linkedin.venice.router.stats
Class DictionaryRetrievalServiceStats
java.lang.Object
com.linkedin.venice.stats.AbstractVeniceStats
com.linkedin.venice.router.stats.DictionaryRetrievalServiceStats
-
Field Summary
Fields inherited from class com.linkedin.venice.stats.AbstractVeniceStats
DELIMITER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidMethods inherited from class com.linkedin.venice.stats.AbstractVeniceStats
avgAndMax, avgAndTotal, getMetricFullName, getMetricsRepository, getName, getSensorFullName, getSensorFullName, isTotalStats, minAndMax, registerOnlyTotalRate, registerOnlyTotalSensor, registerPerStoreAndTotalSensor, registerSensor, registerSensor, registerSensor, registerSensor, registerSensorAttributeGauge, registerSensorIfAbsent, registerSensorIfAbsent, registerSensorIfAbsent, registerSensorWithAggregate, registerSensorWithAggregate, unregisterAllSensors
-
Constructor Details
-
DictionaryRetrievalServiceStats
-
-
Method Details
-
recordDownloadSuccess
public void recordDownloadSuccess() -
recordDownloadFailure
public void recordDownloadFailure() -
recordVersionQueued
public void recordVersionQueued() -
recordVersionSkippedByStatus
public void recordVersionSkippedByStatus() -
recordVersionSkippedByExistingFuture
public void recordVersionSkippedByExistingFuture() -
recordConsumerPoll
public void recordConsumerPoll()
-