public interface BeanMetricManager
Modifier and Type | Method and Description |
---|---|
void |
clear()
Unregisters all the metrics registered via this BeanMetricManager instance.
|
void |
register(String name,
Metric metric)
Registers the specified metric with the specified metric name.
|
void |
unregister(String name)
Unregisters the specified metric.
|
void register(String name, Metric metric)
name
- Name of metric to registermetric
- Metric to registervoid unregister(String name)
name
- Name of metric to unregistervoid clear()
Copyright © GigaSpaces.