public class MetricGroup extends Object
Constructor and Description |
---|
MetricGroup() |
Modifier and Type | Method and Description |
---|---|
Map<String,Metric> |
getByPrefix(String prefix) |
protected <T extends Metric> |
getMetricMapByType(T metric) |
boolean |
isEmpty() |
void |
register(String name,
Metric metric) |
void |
remove(String metricName) |
void |
removeByPrefix(String prefix) |
MetricGroupSnapshot |
snapshot() |
protected <T extends Metric> ConcurrentHashMap<String,T> getMetricMapByType(T metric)
public boolean isEmpty()
public MetricGroupSnapshot snapshot()
public void remove(String metricName)
public void removeByPrefix(String prefix)
Copyright © GigaSpaces.