| Package | Description |
|---|---|
| com.h3c.sdn.metric |
Fundamental classes for the SDN core controller metering framework,
including the classes for various metric types that may be obtained from
the framework.
|
| Modifier and Type | Field and Description |
|---|---|
static MetricFilter |
MetricFilter.ALL
A filter that matches all
TimeStampedMetrics. |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<MetricDescriptor,TimeStampedCounter> |
MetricRegistry.getCounters(MetricFilter filter)
Returns a map of
TimeStampedCounters from the registry that match
the given MetricFilter, along with their MetricDescriptors. |
SortedMap<MetricDescriptor,TimeStampedGauge> |
MetricRegistry.getGauges(MetricFilter filter)
Returns a map of
TimeStampedGauges from the registry that match
the given MetricFilter, along with their MetricDescriptors. |
SortedMap<MetricDescriptor,TimeStampedHistogram> |
MetricRegistry.getHistograms(MetricFilter filter)
Returns a map of
TimeStampedHistograms from the registry that
match the given MetricFilter, along with their MetricDescriptors. |
SortedMap<MetricDescriptor,TimeStampedMeter> |
MetricRegistry.getMeters(MetricFilter filter)
Returns a map of
TimeStampedMeters from the registry that match
the given MetricFilter, along with their MetricDescriptors. |
SortedMap<MetricDescriptor,TimeStampedRatioGauge> |
MetricRegistry.getRatioGauges(MetricFilter filter)
Returns a map of
TimeStampedRatioGauges from the registry that
match the given MetricFilter, along with their MetricDescriptors. |
SortedMap<MetricDescriptor,TimeStampedRollingCounter> |
MetricRegistry.getRollingCounters(MetricFilter filter)
Returns a map of
TimeStampedRollingCounters from the registry
that match the given MetricFilter, along with their MetricDescriptors. |
SortedMap<MetricDescriptor,TimeStampedTimer> |
MetricRegistry.getTimers(MetricFilter filter)
Returns a map of
TimeStampedTimers from the registry that match
the given MetricFilter, along with their MetricDescriptors. |
void |
MetricRegistry.removeMatching(MetricFilter filter)
Removes all metrics that match the given filter.
|
Copyright © 2014. All Rights Reserved.