| Package | Description |
|---|---|
| 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 |
|---|---|
MetricValue |
MetricService.getValue(String uid)
Returns the latest
MetricValue based on the specified metric
UID. |
| Modifier and Type | Method and Description |
|---|---|
List<MetricValue> |
MetricService.getValues(String uid,
Date beginDate,
Date endDate,
long interval)
Returns
MetricValues based on the specified metric UID,
the time range, and the summary interval. |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterMetricValue
Counter metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
|
class |
GaugeMetricValue
Gauge metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
|
class |
HistogramMetricValue
Histogram metric value object, a data carrier which contains common metric value
attributes plus additional histogram specific ones being retrieved from the
metric updates persisted and summarized.
|
class |
MeterMetricValue
Meter metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
|
class |
RatioGaugeMetricValue
Ratio gauge metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
|
class |
RollingCounterMetricValue
Rolling counter metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
|
class |
TimerMetricValue
Meter metric value object, a data carrier which contains common metric value
attributes being retrieved from the metric updates persisted and summarized.
|
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.Builder.build() |
Copyright © 2014. All Rights Reserved.