public interface BlockingMetricService
| Modifier and Type | Method and Description |
|---|---|
<T extends com.codahale.metrics.Metric> |
getClusterMetric(HiveMQMetric<T> metric)
Returns a map which contains an entry for every node in the cluster with the given HiveMQ metric.
|
<T extends com.codahale.metrics.Metric> |
getHiveMQMetric(HiveMQMetric<T> metric)
Returns a specific HiveMQ metric.
|
com.codahale.metrics.MetricRegistry |
getMetricRegistry()
Returns the metric registry of HiveMQ.
|
@Nullable <T extends com.codahale.metrics.Metric> T getHiveMQMetric(HiveMQMetric<T> metric)
null.
For a list of all available metrics, refer to the HiveMQMetrics constant class.T - the metric typemetric - the metricnull@Nullable <T extends com.codahale.metrics.Metric> Map<String,T> getClusterMetric(HiveMQMetric<T> metric)
null.
For a list of all available metrics, refer to the HiveMQMetrics constant class.T - the metric typemetric - the metricnull.com.codahale.metrics.MetricRegistry getMetricRegistry()
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.