| Package | Description |
|---|---|
| org.rhq.server.metrics | |
| org.rhq.server.metrics.domain |
| Modifier and Type | Method and Description |
|---|---|
protected Bucket |
MetricsServer.getBucket(org.joda.time.DateTime begin) |
| Modifier and Type | Method and Description |
|---|---|
List<AggregateNumericMetric> |
MetricsDAO.findAggregateMetrics(int scheduleId,
Bucket bucket,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.findAggregateMetricsAsync(int scheduleId,
Bucket bucket,
long startTime,
long endTime) |
| Constructor and Description |
|---|
ComputeAggregate(long timestamp,
Bucket bucket) |
| Modifier and Type | Method and Description |
|---|---|
static Bucket |
Bucket.fromString(String table) |
Bucket |
AggregateNumericMetric.getBucket() |
static Bucket |
Bucket.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bucket[] |
Bucket.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateNumericMetric.setBucket(Bucket bucket) |
| Constructor and Description |
|---|
AggregateNumericMetric(int scheduleId,
Bucket bucket,
Double avg,
Double min,
Double max,
long timestamp) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.