Package | Description |
---|---|
org.rhq.server.metrics | |
org.rhq.server.metrics.domain |
Modifier and Type | Method and Description |
---|---|
RawNumericMetric |
MetricsDAO.findLatestRawMetric(int scheduleId) |
RawNumericMetric |
MetricsServer.findLatestValueForResource(int scheduleId) |
Modifier and Type | Method and Description |
---|---|
Iterable<RawNumericMetric> |
MetricsDAO.findRawMetrics(int scheduleId,
long startTime,
long endTime) |
Iterable<RawNumericMetric> |
MetricsDAO.findRawMetrics(List<Integer> scheduleIds,
long startTime,
long endTime) |
Modifier and Type | Method and Description |
---|---|
RawNumericMetric |
RawNumericMetricMapper.map(com.datastax.driver.core.Row row) |
RawNumericMetric |
RawNumericMetricMapper.mapOne(com.datastax.driver.core.ResultSet resultSet) |
Modifier and Type | Method and Description |
---|---|
List<RawNumericMetric> |
RawNumericMetricMapper.map(com.datastax.driver.core.Row... row) |
List<RawNumericMetric> |
RawNumericMetricMapper.mapAll(com.datastax.driver.core.ResultSet resultSet) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.