StorageResultSetFuture |
MetricsDAO.deleteCacheEntries(MetricsTable table,
long timestamp,
int startScheduleId) |
StorageResultSetFuture |
MetricsDAO.deleteCacheIndexEntries(MetricsTable table,
long day,
int partition,
long collectionTimeSlice,
int startScheduleId) |
StorageResultSetFuture |
MetricsDAO.deleteCacheIndexEntry(MetricsTable table,
long day,
int partition,
long collectionTimeSlice,
int startScheduleId,
long insertTimeSlice) |
StorageResultSetFuture |
StorageSession.executeAsync(com.datastax.driver.core.Query query) |
StorageResultSetFuture |
StorageSession.executeAsync(String query) |
StorageResultSetFuture |
MetricsDAO.findCacheEntriesAsync(MetricsTable table,
long timeSlice,
int startScheduleId) |
StorageResultSetFuture |
MetricsDAO.findCacheIndexEntriesByDay(MetricsTable table,
long day,
int partition) |
StorageResultSetFuture |
MetricsDAO.findCurrentCacheIndexEntries(MetricsTable table,
long day,
int partition,
long collectionTimeSlice) |
StorageResultSetFuture |
MetricsDAO.findCurrentCacheIndexEntries(MetricsTable table,
long day,
int partition,
long collectionTimeSlice,
int startScheduleId) |
StorageResultSetFuture |
MetricsDAO.findOneHourMetricsAsync(int scheduleId,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.findPastCacheIndexEntriesBeforeToday(MetricsTable table,
long day,
int partition,
long collectionTimeSlice) |
StorageResultSetFuture |
MetricsDAO.findPastCacheIndexEntriesFromToday(MetricsTable table,
long day,
int partition,
long collectionTimeSlice) |
StorageResultSetFuture |
MetricsDAO.findRawMetricsAsync(int scheduleId,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.findSixHourMetricsAsync(int scheduleId,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.findTwentyFourHourMetricsAsync(int scheduleId,
long startTime,
long endTime) |
StorageResultSetFuture |
MetricsDAO.insertOneHourDataAsync(int scheduleId,
long timestamp,
AggregateType type,
double value) |
StorageResultSetFuture |
MetricsDAO.insertRawData(org.rhq.core.domain.measurement.MeasurementDataNumeric data) |
StorageResultSetFuture |
MetricsDAO.insertSixHourDataAsync(int scheduleId,
long timestamp,
AggregateType type,
double value) |
StorageResultSetFuture |
MetricsDAO.insertTwentyFourHourDataAsync(int scheduleId,
long timestamp,
AggregateType type,
double value) |
StorageResultSetFuture |
MetricsDAO.updateCacheIndex(MetricsTable table,
long day,
int partition,
long collectionTimeSlice,
int startScheduleId,
long insertTimeSlice,
Set<Integer> scheduleIds) |
StorageResultSetFuture |
MetricsDAO.updateMetricsCache(MetricsTable table,
long timeSlice,
int startScheduleId,
int scheduleId,
long timestamp,
Map<Integer,Double> values) |