Package | Description |
---|---|
com.hp.sdn.adm.json |
Implementations of Core Services JSON factory and associated codecs.
|
com.hp.sdn.adm.metric |
Definitions of services pertaining to the SDN core controller metering
framework.
|
com.hp.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 |
---|---|
RollingCounterDescriptor |
RollingCounterDescriptorCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
RollingCounterDescriptorCodec.encode(RollingCounterDescriptor md) |
Modifier and Type | Method and Description |
---|---|
TimeStampedMetric |
MetricProxyService.createMetric(RollingCounterDescriptor descriptor)
Creates a new
TimeStampedRollingCounter object based upon the
provided RollingCounterDescriptor . |
TimeStampedRollingCounter |
MetricService.createRollingCounter(RollingCounterDescriptor descriptor)
Returns a new
TimeStampedRollingCounter object based upon the
provided RollingCounterDescriptor . |
Modifier and Type | Method and Description |
---|---|
RollingCounterDescriptor |
RollingCounterDescriptor.RollingCounterDescriptorBuilder.build()
Build a
RollingCounterDescriptor instance. |
RollingCounterDescriptor |
TimeStampedRollingCounter.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
TimeStampedRollingCounter.setDescriptor(RollingCounterDescriptor toSet)
Sets the
RollingCounterDescriptor that specifies characteristics
of this TimeStampedRollingCounter . |
TimeStampedRollingCounter |
MetricRegistry.timeStampedRollingCounter(RollingCounterDescriptor descriptor)
Creates a new
TimeStampedRollingCounter and registers it using
the given RollingCounterDescriptor . |
TimeStampedRollingCounter |
MetricRegistry.timeStampedRollingCounter(RollingCounterDescriptor descriptor,
String uid)
Creates a new
TimeStampedRollingCounter and registers it with the
MetricRegistry using the given RollingCounterDescriptor
and UID. |
Constructor and Description |
---|
TimeStampedRollingCounter(MetricRegistry registry,
RollingCounterDescriptor descriptor)
Constructs a
TimeStampedRollingCounter with the specified
characteristics using the specified MetricRegistry . |
TimeStampedRollingCounter(MetricRegistry registry,
RollingCounterDescriptor descriptor,
String uid)
Constructs a
TimeStampedRollingCounter with the specified UID and
other characteristics using the specified MetricRegistry . |
Copyright © 2015. All Rights Reserved.