| Package | Description |
|---|---|
| org.opennms.newts.api |
| Modifier and Type | Class and Description |
|---|---|
class |
Absolute |
class |
Counter |
class |
Derive |
class |
Gauge |
| Modifier and Type | Method and Description |
|---|---|
static ValueType<?> |
ValueType.compose(ByteBuffer data) |
static ValueType<?> |
ValueType.compose(Number number,
MetricType type) |
ValueType<com.google.common.primitives.UnsignedLong> |
Counter.delta(Number value) |
ValueType<Double> |
Gauge.delta(Number value) |
abstract ValueType<T> |
ValueType.delta(Number value) |
ValueType<com.google.common.primitives.UnsignedLong> |
Absolute.delta(Number value) |
ValueType<com.google.common.primitives.UnsignedLong> |
Derive.delta(Number value) |
abstract ValueType<T> |
ValueType.divideBy(Number value) |
ValueType<?> |
Sample.getValue() |
abstract ValueType<T> |
ValueType.minus(Number value) |
abstract ValueType<T> |
ValueType.plus(Number value) |
abstract ValueType<T> |
ValueType.times(Number value) |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
ValueType.decompose(ValueType<?> value) |
| Constructor and Description |
|---|
Sample(Timestamp timestamp,
Context context,
Resource resource,
String name,
MetricType type,
ValueType<?> value) |
Sample(Timestamp timestamp,
Context context,
Resource resource,
String name,
MetricType type,
ValueType<?> value,
Map<String,String> attributes) |
Sample(Timestamp timestamp,
Resource resource,
String name,
MetricType type,
ValueType<?> value) |
Sample(Timestamp timestamp,
Resource resource,
String name,
MetricType type,
ValueType<?> value,
Map<String,String> attributes) |
Copyright © 2016. All rights reserved.