Package | Description |
---|---|
org.rhq.server.metrics | |
org.rhq.server.metrics.domain |
Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.ResultSet |
MetricsDAO.insertOneHourData(int scheduleId,
long timestamp,
AggregateType type,
double value) |
com.datastax.driver.core.ResultSet |
MetricsDAO.insertSixHourData(int scheduleId,
long timestamp,
AggregateType type,
double value) |
com.datastax.driver.core.ResultSet |
MetricsDAO.insertTwentyFourHourData(int scheduleId,
long timestamp,
AggregateType type,
double value) |
Modifier and Type | Method and Description |
---|---|
AggregateType |
AggregateSimpleNumericMetric.getType() |
static AggregateType |
AggregateType.valueOf(int type) |
static AggregateType |
AggregateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateType[] |
AggregateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateSimpleNumericMetric.setType(AggregateType type) |
Constructor and Description |
---|
AggregateSimpleNumericMetric(int scheduleId,
Double value,
AggregateType type) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.