StorageResultSetFuture |
MetricsDAO.deleteIndexEntry(IndexEntry indexEntry) |
StorageResultSetFuture |
StorageSession.executeAsync(com.datastax.driver.core.Query query) |
StorageResultSetFuture |
StorageSession.executeAsync(String query) |
StorageResultSetFuture |
MetricsDAO.findAggregateMetricsAsync(int scheduleId,
Bucket bucket,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.findIndexEntries(IndexBucket bucket,
int partition,
long timestamp) |
StorageResultSetFuture |
MetricsDAO.findIndexEntries(IndexBucket bucket,
int partition,
long timestamp,
int scheduleId) |
StorageResultSetFuture |
MetricsDAO.findRawMetricsAsync(int scheduleId,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.insert1HourData(AggregateNumericMetric metric) |
StorageResultSetFuture |
MetricsDAO.insert24HourData(AggregateNumericMetric metric) |
StorageResultSetFuture |
MetricsDAO.insert6HourData(AggregateNumericMetric metric) |
StorageResultSetFuture |
MetricsDAO.insertRawData(org.rhq.core.domain.measurement.MeasurementDataNumeric data) |
StorageResultSetFuture |
MetricsDAO.updateIndex(IndexBucket bucket,
long timestamp,
int scheduleId) |