Package com.gigaspaces.metrics
Class DummyMetricRegistrator
java.lang.Object
com.gigaspaces.metrics.MetricRegistrator
com.gigaspaces.metrics.DummyMetricRegistrator
- All Implemented Interfaces:
BeanMetricManager
- Since:
- 10.1
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Unregisters all the metrics registered via this BeanMetricManager instance.static MetricRegistratorget()voidRegisters the specified metric with the specified metric name.voidunregister(String name) Unregisters the specified metric.voidunregisterByPrefix(String prefix) Methods inherited from class com.gigaspaces.metrics.MetricRegistrator
extend
-
Constructor Details
-
DummyMetricRegistrator
public DummyMetricRegistrator()
-
-
Method Details
-
extend
- Specified by:
extendin classMetricRegistrator
-
toPath
- Specified by:
toPathin classMetricRegistrator
-
register
Description copied from interface:BeanMetricManagerRegisters the specified metric with the specified metric name.- Parameters:
name- Name of metric to registermetric- Metric to register
-
unregister
Description copied from interface:BeanMetricManagerUnregisters the specified metric.- Parameters:
name- Name of metric to unregister
-
unregisterByPrefix
- Specified by:
unregisterByPrefixin classMetricRegistrator
-
clear
public void clear()Description copied from interface:BeanMetricManagerUnregisters all the metrics registered via this BeanMetricManager instance. -
get
-