| Package | Description |
|---|---|
| org.rhq.server.metrics | |
| org.rhq.server.metrics.aggregation | |
| org.rhq.server.metrics.domain |
| Modifier and Type | Method and Description |
|---|---|
StorageResultSetFuture |
MetricsDAO.findIndexEntries(IndexBucket bucket,
int partition,
long timestamp) |
StorageResultSetFuture |
MetricsDAO.findIndexEntries(IndexBucket bucket,
int partition,
long timestamp,
int scheduleId) |
StorageResultSetFuture |
MetricsDAO.updateIndex(IndexBucket bucket,
long timestamp,
int scheduleId) |
| Modifier and Type | Method and Description |
|---|---|
IndexBucket |
AggregationType.getBucket() |
| Constructor and Description |
|---|
IndexIterator(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
IndexBucket bucket,
MetricsDAO dao,
MetricsConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
IndexBucket |
IndexEntry.getBucket() |
static IndexBucket |
IndexBucket.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexBucket[] |
IndexBucket.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexEntry.setBucket(IndexBucket bucket) |
| Constructor and Description |
|---|
IndexEntry(IndexBucket bucket,
int partition,
org.joda.time.DateTime time,
int scheduleId) |
IndexEntry(IndexBucket bucket,
int partition,
long timestamp,
int scheduleId) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.