| 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 | Class and Description |
|---|---|
static class |
MetricValue.Builder<T extends MetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CounterMetricValue.Builder<T extends CounterMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
static class |
GaugeMetricValue.Builder<T extends GaugeMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
static class |
HistogramMetricValue.Builder<T extends HistogramMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
static class |
MeterMetricValue.Builder<T extends MeterMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
static class |
RatioGaugeMetricValue.Builder<T extends RatioGaugeMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
static class |
RollingCounterMetricValue.Builder<T extends RollingCounterMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
static class |
TimerMetricValue.Builder<T extends TimerMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricValue.Builder<?> |
MetricValue.builder(String uid) |
MetricValue.Builder<?> |
MetricValue.Builder.millisecondsSpan(long millisecondsSpan)
Sets the time span in milliseconds.
|
MetricValue.Builder<?> |
MetricValue.Builder.type(MetricDescriptor.Type type)
Sets the metric type.
|
MetricValue.Builder<?> |
MetricValue.Builder.uid(String uid)
Sets the metric identifier.
|
| Constructor and Description |
|---|
MetricValue(MetricValue.Builder<?> builder) |
Copyright © 2014. All Rights Reserved.