| Package | Description |
|---|---|
| com.h3c.sdn.adm.json |
Implementations of Core Services JSON factory and associated codecs.
|
| com.h3c.sdn.adm.metric |
Definitions of services pertaining to the SDN core controller metering
framework.
|
| 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 | Method and Description |
|---|---|
TimeStampedRatioGauge |
RatioGaugeMetricCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
RatioGaugeMetricCodec.encode(TimeStampedRatioGauge pojo) |
| Modifier and Type | Method and Description |
|---|---|
TimeStampedRatioGauge |
MetricService.createRatioGauge(RatioGaugeDescriptor descriptor)
Returns a new
TimeStampedRatioGauge object based upon the
provided RatioGaugeDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
TimeStampedRatioGauge |
MetricRegistry.timeStampedRatioGauge(RatioGaugeDescriptor descriptor)
Creates a new
TimeStampedRatioGauge and registers it using the
given RatioGaugeDescriptor. |
TimeStampedRatioGauge |
MetricRegistry.timeStampedRatioGauge(RatioGaugeDescriptor descriptor,
String uid)
Creates a new
TimeStampedRatioGauge and registers it with the
MetricRegistry using the given RatioGaugeDescriptor and
UID. |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<MetricDescriptor,TimeStampedRatioGauge> |
MetricRegistry.getRatioGauges()
Returns a map of all
TimeStampedRatioGauges from the registry,
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricRegistryListener.onRatioGaugeAdded(TimeStampedRatioGauge added)
Called when a
TimeStampedRatioGauge is added to the MetricRegistry. |
void |
MetricRegistryListener.onRatioGaugeRemoved(TimeStampedRatioGauge removed)
Called when a
TimeStampedRatioGauge is removed from the MetricRegistry. |
Copyright © 2014. All Rights Reserved.