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