| Package | Description |
|---|---|
| org.hawkular.agent.monitor.api | |
| org.hawkular.agent.monitor.storage |
| Modifier and Type | Method and Description |
|---|---|
static Avail |
Avail.fromNumericValue(int val) |
static Avail |
Avail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Avail[] |
Avail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvailDataPayloadBuilder.addDataPoint(String key,
long timestamp,
Avail value)
Add an availability data point.
|
| Modifier and Type | Method and Description |
|---|---|
Avail |
AvailDataPoint.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
HawkularAvailDataPayloadBuilder.addDataPoint(String key,
long timestamp,
Avail value) |
void |
MetricsOnlyAvailDataPayloadBuilder.addDataPoint(String key,
long timestamp,
Avail value) |
| Constructor and Description |
|---|
AvailDataPoint(String key,
long timestamp,
Avail value) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.