| Package | Description |
|---|---|
| org.hawkular.agent.monitor.api | |
| org.hawkular.agent.monitor.extension | |
| 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 |
MonitorServiceConfiguration.EndpointConfiguration.getSetAvailOnShutdown() |
| Constructor and Description |
|---|
EndpointConfiguration(String name,
boolean enabled,
Collection<Name> resourceTypeSets,
ConnectionData connectionData,
String securityRealm,
Avail setAvailOnShutdown) |
| Modifier and Type | Method and Description |
|---|---|
Avail |
AvailDataPoint.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AvailDataPayloadBuilderImpl.addDataPoint(String key,
long timestamp,
Avail value) |
| Constructor and Description |
|---|
AvailDataPoint(String key,
long timestamp,
Avail value) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.