| 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 |
|---|---|
RatioGaugeDescriptor |
RatioGaugeDescriptorCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
TimeStampedMetric |
MetricProxyService.createMetric(RatioGaugeDescriptor descriptor)
Creates a new
TimeStampedRatioGauge object based upon the
provided RatioGaugeDescriptor. |
TimeStampedRatioGauge |
MetricService.createRatioGauge(RatioGaugeDescriptor descriptor)
Returns a new
TimeStampedRatioGauge object based upon the
provided RatioGaugeDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
RatioGaugeDescriptor |
RatioGaugeDescriptor.RatioGaugeDescriptorBuilder.build()
Build a
RatioGaugeDescriptor instance. |
RatioGaugeDescriptor |
TimeStampedRatioGauge.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeStampedRatioGauge.setDescriptor(RatioGaugeDescriptor toSet)
Sets the
RatioGaugeDescriptor that specifies characteristics of
this TimeStampedRatioGauge. |
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. |
| Constructor and Description |
|---|
TimeStampedRatioGauge(MetricRegistry registry,
RatioGaugeDescriptor descriptor)
Constructs a
TimeStampedRatioGauge with the specified
characteristics using the specified MetricRegistry. |
TimeStampedRatioGauge(MetricRegistry registry,
RatioGaugeDescriptor descriptor,
String uid)
Constructs a
TimeStampedRatioGauge with the specified UID and
other characteristics using the specified MetricRegistry. |
Copyright © 2014. All Rights Reserved.