Package | Description |
---|---|
org.rhq.server.metrics | |
org.rhq.server.metrics.domain |
Modifier and Type | Method and Description |
---|---|
AggregateNumericMetric |
MetricsServer.getSummaryAggregate(int scheduleId,
long beginTime,
long endTime) |
AggregateNumericMetric |
MetricsServer.getSummaryAggregate(List<Integer> scheduleIds,
long beginTime,
long endTime) |
Modifier and Type | Method and Description |
---|---|
Iterable<AggregateNumericMetric> |
MetricsServer.calculateAggregates()
Computes and stores aggregates for all buckets that are ready to be aggregated.
|
Iterable<AggregateNumericMetric> |
MetricsDAO.findOneHourMetrics(int scheduleId,
long startTime,
long endTime) |
Iterable<AggregateNumericMetric> |
MetricsDAO.findOneHourMetrics(List<Integer> scheduleIds,
long startTime,
long endTime) |
Iterable<AggregateNumericMetric> |
MetricsDAO.findSixHourMetrics(int scheduleId,
long startTime,
long endTime) |
Iterable<AggregateNumericMetric> |
MetricsDAO.findSixHourMetrics(List<Integer> scheduleIds,
long startTime,
long endTime) |
Iterable<AggregateNumericMetric> |
MetricsDAO.findTwentyFourHourMetrics(int scheduleId,
long startTime,
long endTime) |
Iterable<AggregateNumericMetric> |
MetricsDAO.findTwentyFourHourMetrics(List<Integer> scheduleIds,
long startTime,
long endTime) |
List<MetricResultFuture<AggregateNumericMetric>> |
MetricsDAO.insertAggregatesAsync(MetricsTable table,
List<AggregateNumericMetric> metrics,
int ttl) |
Modifier and Type | Method and Description |
---|---|
List<MetricResultFuture<AggregateNumericMetric>> |
MetricsDAO.insertAggregatesAsync(MetricsTable table,
List<AggregateNumericMetric> metrics,
int ttl) |
Modifier and Type | Method and Description |
---|---|
AggregateNumericMetric |
AggregateNumericMetricMapper.map(com.datastax.driver.core.Row row) |
AggregateNumericMetric |
AggregateNumericMetricMapper.mapOne(com.datastax.driver.core.ResultSet resultSet) |
Modifier and Type | Method and Description |
---|---|
List<AggregateNumericMetric> |
AggregateNumericMetricMapper.map(com.datastax.driver.core.Row... rows) |
List<AggregateNumericMetric> |
AggregateNumericMetricMapper.mapAll(com.datastax.driver.core.ResultSet resultSet) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.