Package | Description |
---|---|
org.rhq.server.metrics | |
org.rhq.server.metrics.domain |
Modifier and Type | Method and Description |
---|---|
void |
MetricsDAO.deleteMetricsIndexEntries(MetricsTable table,
long timestamp) |
Iterable<MetricsIndexEntry> |
MetricsDAO.findMetricsIndexEntries(MetricsTable table,
long timestamp) |
org.joda.time.Duration |
MetricsConfiguration.getTimeSliceDuration(MetricsTable table) |
List<MetricResultFuture<AggregateNumericMetric>> |
MetricsDAO.insertAggregatesAsync(MetricsTable table,
List<AggregateNumericMetric> metrics,
int ttl) |
com.datastax.driver.core.ResultSet |
MetricsDAO.setFindTimeSliceForIndex(MetricsTable table,
long timestamp) |
com.datastax.driver.core.ResultSetFuture |
MetricsDAO.updateMetricsIndex(MetricsTable table,
int scheduleId,
long timestamp) |
void |
MetricsDAO.updateMetricsIndex(MetricsTable table,
Map<Integer,Long> updates) |
Modifier and Type | Method and Description |
---|---|
MetricsTable |
MetricsIndexEntry.getBucket() |
static MetricsTable |
MetricsTable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsTable[] |
MetricsTable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricsIndexEntry.setBucket(MetricsTable bucket) |
Constructor and Description |
---|
MetricsIndexEntry(MetricsTable bucket,
Date time,
int scheduleId) |
MetricsIndexEntry(MetricsTable bucket,
org.joda.time.DateTime time,
int scheduleId) |
MetricsIndexEntryMapper(MetricsTable bucket) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.