A C D E F G H I L M N O R S T U V 

A

addData(RawNumericMetric) - Method in interface org.rhq.metrics.core.MetricsService
 
addData(Set<RawNumericMetric>) - Method in interface org.rhq.metrics.core.MetricsService
 

C

Counter - Class in org.rhq.metrics.core
A counter for tracking the number of some events, such as page hits.
Counter() - Constructor for class org.rhq.metrics.core.Counter
 
Counter(String, String, long) - Constructor for class org.rhq.metrics.core.Counter
 

D

DataAccess - Class in org.rhq.metrics.core
 
DataAccess(Session) - Constructor for class org.rhq.metrics.core.DataAccess
 
DataType - Enum in org.rhq.metrics.core
 
deleteMetric(String) - Method in interface org.rhq.metrics.core.MetricsService
Delete the metric with the passed id

E

equals(Object) - Method in class org.rhq.metrics.core.Counter
 
equals(Object) - Method in class org.rhq.metrics.core.RawNumericMetric
 

F

findCounters(String) - Method in class org.rhq.metrics.core.DataAccess
 
findCounters(String, List<String>) - Method in class org.rhq.metrics.core.DataAccess
 
findCounters(String) - Method in interface org.rhq.metrics.core.MetricsService
 
findCounters(String, List<String>) - Method in interface org.rhq.metrics.core.MetricsService
 
findData(String, String, long, long) - Method in class org.rhq.metrics.core.DataAccess
 
findData(String, String, long, long) - Method in interface org.rhq.metrics.core.MetricsService
 
findData(String, long, long) - Method in interface org.rhq.metrics.core.MetricsService
Find and return raw metrics for {id} that have a timestamp between {start} and {end}

G

getAvg() - Method in interface org.rhq.metrics.core.NumericMetric
 
getAvg() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getBucket() - Method in interface org.rhq.metrics.core.NumericMetric
Returns the identifier that defines a time interval such as 1 minute, 5 minutes, 1 hour, 1 day, etc.
getBucket() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getGroup() - Method in class org.rhq.metrics.core.Counter
Returns an identifier for grouping related counters.
getId() - Method in interface org.rhq.metrics.core.NumericMetric
 
getId() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getMax() - Method in interface org.rhq.metrics.core.NumericMetric
 
getMax() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getMin() - Method in interface org.rhq.metrics.core.NumericMetric
 
getMin() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getName() - Method in class org.rhq.metrics.core.Counter
Returns this Counter's name.
getTimestamp() - Method in interface org.rhq.metrics.core.NumericMetric
For aggregate Metrics, returns the beginning of the bucket, whereas for raw metrics, returns time when the data point was collected
getTimestamp() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getValue() - Method in class org.rhq.metrics.core.Counter
Returns this Counter's value.
getValue() - Method in class org.rhq.metrics.core.RawNumericMetric
 

H

hashCode() - Method in class org.rhq.metrics.core.Counter
 
hashCode() - Method in class org.rhq.metrics.core.RawNumericMetric
 

I

idExists(String) - Method in interface org.rhq.metrics.core.MetricsService
Check if a metric with the passed {id} has been stored in the system
insertData(String, String, long, Map<Integer, Double>, int) - Method in class org.rhq.metrics.core.DataAccess
 

L

listMetricNames() - Method in class org.rhq.metrics.core.DataAccess
 
listMetrics() - Method in interface org.rhq.metrics.core.MetricsService
Return a list of all metric names

M

map(Row) - Method in class org.rhq.metrics.core.RawMetricMapper
 
map(ResultSet) - Method in class org.rhq.metrics.core.RawMetricMapper
 
MetricsService - Interface in org.rhq.metrics.core
Interface that defines the functionality of the Metrics Service.
MetricsThreadFactory - Class in org.rhq.metrics.core
 
MetricsThreadFactory() - Constructor for class org.rhq.metrics.core.MetricsThreadFactory
 

N

newThread(Runnable) - Method in class org.rhq.metrics.core.MetricsThreadFactory
 
NumericMetric - Interface in org.rhq.metrics.core
A set of pre-computed aggregates over a time interval (called bucket here) or a raw numeric data for a time instant.

O

org.rhq.metrics.core - package org.rhq.metrics.core
 

R

RawMetricMapper - Class in org.rhq.metrics.core
 
RawMetricMapper() - Constructor for class org.rhq.metrics.core.RawMetricMapper
 
RawNumericMetric - Class in org.rhq.metrics.core
 
RawNumericMetric() - Constructor for class org.rhq.metrics.core.RawNumericMetric
 
RawNumericMetric(String, Double, long) - Constructor for class org.rhq.metrics.core.RawNumericMetric
 
removeData(String) - Method in class org.rhq.metrics.core.DataAccess
 

S

SchemaManager - Class in org.rhq.metrics.core
 
SchemaManager(Session) - Constructor for class org.rhq.metrics.core.SchemaManager
 
setGroup(String) - Method in class org.rhq.metrics.core.Counter
 
setId(String) - Method in class org.rhq.metrics.core.RawNumericMetric
 
setName(String) - Method in class org.rhq.metrics.core.Counter
 
setTimestamp(long) - Method in class org.rhq.metrics.core.RawNumericMetric
 
setValue(long) - Method in class org.rhq.metrics.core.Counter
 
setValue(Double) - Method in class org.rhq.metrics.core.RawNumericMetric
 
shutdown() - Method in interface org.rhq.metrics.core.MetricsService
 
startUp(Map<String, String>) - Method in interface org.rhq.metrics.core.MetricsService
called to start the service up if needed
startUp(Session) - Method in interface org.rhq.metrics.core.MetricsService
Startup with a given cassandra session

T

toString() - Method in class org.rhq.metrics.core.Counter
 
toString() - Method in class org.rhq.metrics.core.RawNumericMetric
 

U

uncaughtException(Thread, Throwable) - Method in class org.rhq.metrics.core.MetricsThreadFactory
 
updateCounter(Counter) - Method in class org.rhq.metrics.core.DataAccess
 
updateCounter(Counter) - Method in interface org.rhq.metrics.core.MetricsService
 
updateCounters(Collection<Counter>) - Method in class org.rhq.metrics.core.DataAccess
 
updateCounters(Collection<Counter>) - Method in interface org.rhq.metrics.core.MetricsService
 
updateSchema(String) - Method in class org.rhq.metrics.core.SchemaManager
 

V

valueOf(String) - Static method in enum org.rhq.metrics.core.DataType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.rhq.metrics.core.DataType
 
values() - Static method in enum org.rhq.metrics.core.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M N O R S T U V 

Copyright © 2014 Red Hat, Inc.. All rights reserved.