Package com.linkedin.venice.tehuti
Class MockTehutiReporter
java.lang.Object
com.linkedin.venice.tehuti.MockTehutiReporter
- All Implemented Interfaces:
io.tehuti.Configurable,io.tehuti.metrics.MetricsReporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMetric(io.tehuti.metrics.TehutiMetric tehutiMetric) voidclose()voidvoidvoidmetricChange(io.tehuti.metrics.TehutiMetric metric) io.tehuti.metrics.TehutiMetricvoidremoveMetric(io.tehuti.metrics.TehutiMetric tehutiMetric)
-
Constructor Details
-
MockTehutiReporter
public MockTehutiReporter()
-
-
Method Details
-
init
- Specified by:
initin interfaceio.tehuti.metrics.MetricsReporter
-
metricChange
public void metricChange(io.tehuti.metrics.TehutiMetric metric) - Specified by:
metricChangein interfaceio.tehuti.metrics.MetricsReporter
-
addMetric
public void addMetric(io.tehuti.metrics.TehutiMetric tehutiMetric) - Specified by:
addMetricin interfaceio.tehuti.metrics.MetricsReporter
-
removeMetric
public void removeMetric(io.tehuti.metrics.TehutiMetric tehutiMetric) - Specified by:
removeMetricin interfaceio.tehuti.metrics.MetricsReporter
-
close
public void close()- Specified by:
closein interfaceio.tehuti.metrics.MetricsReporter
-
configure
- Specified by:
configurein interfaceio.tehuti.Configurable
-
query
-
getAllMetrics
-