| Package | Description |
|---|---|
| org.rhq.server.metrics | |
| org.rhq.server.metrics.aggregation | |
| org.rhq.server.metrics.domain | |
| org.rhq.server.metrics.invalid |
| Modifier and Type | Method and Description |
|---|---|
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 |
MetricsDAO.findCacheEntriesAsync(MetricsTable table,
long timeSlice,
int startScheduleId) |
StorageResultSetFuture |
MetricsDAO.findCacheIndexEntriesByDay(MetricsTable table,
long day,
int partition) |
com.datastax.driver.core.ResultSet |
MetricsDAO.findCacheTimeSlice(MetricsTable table,
long timestamp,
int startScheduleId) |
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.findPastCacheIndexEntriesBeforeToday(MetricsTable table,
long day,
int partition,
long collectionTimeSlice) |
StorageResultSetFuture |
MetricsDAO.findPastCacheIndexEntriesFromToday(MetricsTable table,
long day,
int partition,
long collectionTimeSlice) |
org.joda.time.Duration |
MetricsConfiguration.getTimeSliceDuration(MetricsTable table) |
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) |
| Modifier and Type | Method and Description |
|---|---|
MetricsTable |
AggregationType.getCacheTable() |
| Modifier and Type | Method and Description |
|---|---|
List<CacheIndexEntry> |
IndexEntriesLoader.loadCurrentCacheIndexEntries(int pageSize,
MetricsTable table)
Returns cache index entries for the current time slice.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricsTable |
MetricsTable.fromString(String table) |
MetricsTable |
CacheIndexEntry.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 |
CacheIndexEntry.setBucket(MetricsTable bucket) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InvalidMetricsManager.submit(MetricsTable type,
AggregateNumericMetric metric)
Submits an invalid metric for later processing which is done in a separate thread.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.