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