Package org.apache.iotdb.metrics
Class DoNothingMetricService
- java.lang.Object
-
- org.apache.iotdb.metrics.AbstractMetricService
-
- org.apache.iotdb.metrics.DoNothingMetricService
-
public class DoNothingMetricService extends AbstractMetricService
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.metrics.AbstractMetricService
compositeReporter, internalReporter, metricConfig, metricManager, metricSets
-
-
Constructor Summary
Constructors Constructor Description DoNothingMetricService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreloadInternalReporter(InternalIoTDBReporter internalReporter)Reload internal reporterprotected voidreloadService(ReloadLevel reloadLevel)Reload metric service-
Methods inherited from class org.apache.iotdb.metrics.AbstractMetricService
addMetricSet, count, countWithInternalReport, createAutoGauge, createAutoGaugeWithInternalReport, gauge, gaugeWithInternalReport, getAllMetricKeys, getAllMetrics, getAutoGauge, getMetricManager, getMetricsByType, getOrCreateCounter, getOrCreateCounterWithInternalReport, getOrCreateGauge, getOrCreateGaugeWithInternalReport, getOrCreateHistogram, getOrCreateHistogramWithInternalReport, getOrCreateRate, getOrCreateRateWithInternalReport, getOrCreateTimer, getOrCreateTimerWithInternalReport, histogram, histogramWithInternalReport, loadReporter, rate, rateWithInternalReport, remove, removeMetricSet, start, startAllReporter, startCoreModule, startService, stop, stopAllReporter, stopCoreModule, stopService, timer, timerWithInternalReport
-
-
-
-
Method Detail
-
reloadInternalReporter
public void reloadInternalReporter(InternalIoTDBReporter internalReporter)
Description copied from class:AbstractMetricServiceReload internal reporter- Specified by:
reloadInternalReporterin classAbstractMetricService- Parameters:
internalReporter- the new internal reporter
-
reloadService
protected void reloadService(ReloadLevel reloadLevel)
Description copied from class:AbstractMetricServiceReload metric service- Specified by:
reloadServicein classAbstractMetricService- Parameters:
reloadLevel- the level of reload
-
-