Class StatsMeter.Noop
java.lang.Object
com.atlassian.diagnostics.ipd.api.meters.AbstractIpdMeter
com.atlassian.diagnostics.ipd.api.meters.IpdMeter.NoopMeter
com.atlassian.diagnostics.ipd.api.meters.StatsMeter.Noop
- All Implemented Interfaces:
IpdMeter,StatsMeter
- Enclosing interface:
StatsMeter
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.diagnostics.ipd.api.meters.IpdMeter
IpdMeter.NoopMeterNested classes/interfaces inherited from interface com.atlassian.diagnostics.ipd.api.meters.StatsMeter
StatsMeter.Noop -
Field Summary
Fields inherited from interface com.atlassian.diagnostics.ipd.api.meters.StatsMeter
NOOP_FACTORY, TYPE_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.diagnostics.ipd.api.meters.IpdMeter.NoopMeter
getAttributes, isVisible, registerMBean, unregisterMBeanMethods inherited from class com.atlassian.diagnostics.ipd.api.meters.AbstractIpdMeter
close, getConfig, getMeterKey, getObjectName, hideUntilUpdate, isClosed, isEnabled, lastUpdateMillis, metricUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.diagnostics.ipd.api.meters.IpdMeter
close, getAttributes, getConfig, getMeterKey, getObjectName, hideUntilUpdate, isClosed, isEnabled, isVisible, lastUpdateMillisMethods inherited from interface com.atlassian.diagnostics.ipd.api.meters.StatsMeter
getTypeId, update
-
Constructor Details
-
Noop
-
-
Method Details
-
update
Description copied from interface:StatsMeterUpdates the metric with the given value. You may specify the time unit of the value.- Specified by:
updatein interfaceStatsMeter- Parameters:
value- value for updated statisticstimeUnit- time unit of the value
-