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

A

addAggregatedValue(AggregatedValue) - Method in class org.rhq.metrics.core.NumericData
 
addAggregationTemplate(AggregationTemplate) - Method in class org.rhq.metrics.core.Tenant
 
addAvailability(long, AvailabilityType) - Method in class org.rhq.metrics.core.AvailabilityMetric
 
addAvailability(long, String) - Method in class org.rhq.metrics.core.AvailabilityMetric
 
addAvailability(UUID, AvailabilityType) - Method in class org.rhq.metrics.core.AvailabilityMetric
 
addAvailabilityData(List<AvailabilityMetric>) - Method in interface org.rhq.metrics.core.MetricsService
 
addData(T) - Method in class org.rhq.metrics.core.Metric
 
addData(long, double) - Method in class org.rhq.metrics.core.NumericMetric2
 
addData(UUID, double) - Method in class org.rhq.metrics.core.NumericMetric2
 
addData(UUID, double, Set<Tag>) - Method in class org.rhq.metrics.core.NumericMetric2
 
addNumericData(List<NumericMetric2>) - Method in interface org.rhq.metrics.core.MetricsService
 
AggregatedValue - Class in org.rhq.metrics.core
An aggregated numeric value.
AggregatedValue(String, double) - Constructor for class org.rhq.metrics.core.AggregatedValue
 
AggregatedValue(String, double, String, Interval, UUID) - Constructor for class org.rhq.metrics.core.AggregatedValue
 
AggregationTemplate - Class in org.rhq.metrics.core
A template for creating pre-computed aggregate metrics.
AggregationTemplate() - Constructor for class org.rhq.metrics.core.AggregationTemplate
 
Availability - Class in org.rhq.metrics.core
 
Availability(AvailabilityMetric, long, String) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(AvailabilityMetric, long, AvailabilityType) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(long, AvailabilityType) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(AvailabilityMetric, UUID, String) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(AvailabilityMetric, UUID, AvailabilityType) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(AvailabilityMetric, UUID, ByteBuffer) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(AvailabilityMetric, UUID, ByteBuffer, Set<Tag>) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(UUID, ByteBuffer, Set<Tag>) - Constructor for class org.rhq.metrics.core.Availability
 
Availability(UUID, ByteBuffer, Set<Tag>, Long) - Constructor for class org.rhq.metrics.core.Availability
 
AvailabilityMetric - Class in org.rhq.metrics.core
 
AvailabilityMetric(String, MetricId) - Constructor for class org.rhq.metrics.core.AvailabilityMetric
 
AvailabilityMetric(String, MetricId, Map<String, String>) - Constructor for class org.rhq.metrics.core.AvailabilityMetric
 
AvailabilityType - Enum in org.rhq.metrics.core
 

C

compare(UUID, UUID) - Static method in class org.rhq.metrics.util.TimeUUIDUtils
 
Counter - Class in org.rhq.metrics.core
A counter for tracking the number of some events, such as page hits.
Counter(String, String, String, long) - Constructor for class org.rhq.metrics.core.Counter
 
createMetric(Metric) - Method in interface org.rhq.metrics.core.MetricsService
 
createTenant(Tenant) - Method in interface org.rhq.metrics.core.MetricsService
This method should be call before ever inserting any data to ensure that the tenant id is unique and to establish any global configuration for data retention and for pre-computed aggregates.

D

DataType - Enum in org.rhq.metrics.core
 
DEFAULT_TENANT_ID - Static variable in interface org.rhq.metrics.core.MetricsService
 
deleteMetric(String) - Method in interface org.rhq.metrics.core.MetricsService
Delete the metric with the passed id
DPART - Static variable in class org.rhq.metrics.core.Metric
 

E

equals(Object) - Method in class org.rhq.metrics.core.AggregatedValue
 
equals(Object) - Method in class org.rhq.metrics.core.AggregationTemplate
 
equals(Object) - Method in class org.rhq.metrics.core.Availability
 
equals(Object) - Method in class org.rhq.metrics.core.Counter
 
equals(Object) - Method in class org.rhq.metrics.core.Interval
 
equals(Object) - Method in class org.rhq.metrics.core.Metric
 
equals(Object) - Method in class org.rhq.metrics.core.MetricData
 
equals(Object) - Method in class org.rhq.metrics.core.MetricId
 
equals(Object) - Method in class org.rhq.metrics.core.NumericData
 
equals(Object) - Method in class org.rhq.metrics.core.NumericDataPoint
 
equals(Object) - Method in class org.rhq.metrics.core.RawNumericMetric
 
equals(Object) - Method in class org.rhq.metrics.core.RetentionSettings
 
equals(Object) - Method in class org.rhq.metrics.core.RetentionSettings.RetentionKey
 
equals(Object) - Method in class org.rhq.metrics.core.Tag
 
equals(Object) - Method in class org.rhq.metrics.core.Tenant
 

F

findAvailabilityByTags(String, Set<String>) - Method in interface org.rhq.metrics.core.MetricsService
 
findAvailabilityData(AvailabilityMetric, long, long) - Method in interface org.rhq.metrics.core.MetricsService
 
findCounters(String) - Method in interface org.rhq.metrics.core.MetricsService
 
findCounters(String, List<String>) - Method in interface org.rhq.metrics.core.MetricsService
 
findData(NumericMetric2, 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}
findMetric(String, MetricType, MetricId) - Method in interface org.rhq.metrics.core.MetricsService
 
findMetrics(String, MetricType) - Method in interface org.rhq.metrics.core.MetricsService
 
findNumericData(NumericMetric2, long, long) - Method in interface org.rhq.metrics.core.MetricsService
 
findNumericDataByTags(String, Set<String>) - Method in interface org.rhq.metrics.core.MetricsService
 
fromBytes(ByteBuffer) - Static method in enum org.rhq.metrics.core.AvailabilityType
 
fromCode(String) - Static method in enum org.rhq.metrics.core.Interval.Units
 
fromCode(int) - Static method in enum org.rhq.metrics.core.MetricType
 
fromString(String) - Static method in enum org.rhq.metrics.core.AvailabilityType
 
fromTextCode(String) - Static method in enum org.rhq.metrics.core.MetricType
 

G

get(MetricType) - Method in class org.rhq.metrics.core.RetentionSettings
 
get(MetricType, Interval) - Method in class org.rhq.metrics.core.RetentionSettings
 
get(RetentionSettings.RetentionKey) - Method in class org.rhq.metrics.core.RetentionSettings
 
getAggregatedValues() - Method in class org.rhq.metrics.core.NumericData
A set of the aggregated values that make up this aggregated data point.
getAggregatedValues() - Method in class org.rhq.metrics.core.NumericDataPoint
 
getAggregationTemplates() - Method in class org.rhq.metrics.core.Tenant
The configured aggregation templates for the tenant
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
 
getBytes() - Method in class org.rhq.metrics.core.Availability
 
getCode() - Method in enum org.rhq.metrics.core.AvailabilityType
 
getCode() - Method in enum org.rhq.metrics.core.Interval.Units
 
getCode() - Method in enum org.rhq.metrics.core.MetricType
 
getData() - Method in class org.rhq.metrics.core.Metric
 
getDescription() - Method in class org.rhq.metrics.core.Tag
 
getDpart() - Method in class org.rhq.metrics.core.Metric
 
getFunctions() - Method in class org.rhq.metrics.core.AggregationTemplate
The functions to apply on the source data.
getGroup() - Method in class org.rhq.metrics.core.Counter
 
getId() - Method in class org.rhq.metrics.core.Metric
 
getId() - Method in interface org.rhq.metrics.core.NumericMetric
 
getId() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getId() - Method in class org.rhq.metrics.core.Tenant
 
getInterval() - Method in class org.rhq.metrics.core.AggregationTemplate
How frequently the aggregate metrics created from this template should be updated.
getInterval() - Method in class org.rhq.metrics.core.MetricId
 
getLength() - Method in class org.rhq.metrics.core.Interval
 
getMax() - Method in interface org.rhq.metrics.core.NumericMetric
 
getMax() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getMetadata() - Method in class org.rhq.metrics.core.Metric
A set of key/value pairs that are shared by all data points for the metric.
getMetric() - Method in exception org.rhq.metrics.core.MetricAlreadyExistsException
 
getMetric() - Method in class org.rhq.metrics.core.MetricData
 
getMetric() - Method in class org.rhq.metrics.core.NumericData
Currently not used.
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
 
getName() - Method in class org.rhq.metrics.core.MetricId
 
getRetentionSettings() - Method in class org.rhq.metrics.core.Tenant
The data retention settings for both raw and aggregated data of all metric types
getSrcMetric() - Method in class org.rhq.metrics.core.AggregatedValue
When the aggregated value is the result of applying a function to data from multiple metrics, this might be set for certain functions.
getSrcMetricInterval() - Method in class org.rhq.metrics.core.AggregatedValue
When the aggregated value is the result of applying a function to data from multiple metrics, this might be set for particular functions.
getTags() - Method in class org.rhq.metrics.core.MetricData
 
getTenantId() - Method in class org.rhq.metrics.core.Counter
 
getTenantId() - Method in class org.rhq.metrics.core.Metric
 
getTenantId() - Method in exception org.rhq.metrics.core.TenantAlreadyExistsException
 
getTenantId() - Method in exception org.rhq.metrics.core.TenantDoesNotExistException
 
getText() - Method in enum org.rhq.metrics.core.AvailabilityType
 
getText() - Method in enum org.rhq.metrics.core.MetricType
 
getTimestamp() - Method in class org.rhq.metrics.core.MetricData
The UNIX timestamp of the timeUUID
getTimestamp() - Method in class org.rhq.metrics.core.NumericDataPoint
 
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
 
getTimeUUID() - Method in class org.rhq.metrics.core.AggregatedValue
This will be set for certain functions that basically perform filtering.
getTimeUUID() - Method in class org.rhq.metrics.core.MetricData
The time based UUID for this data point
getTimeUUID() - Method in class org.rhq.metrics.core.NumericDataPoint
 
getTimeUUID(long) - Static method in class org.rhq.metrics.util.TimeUUIDUtils
 
getTimeUUID(Date) - Static method in class org.rhq.metrics.util.TimeUUIDUtils
 
getTimeUUID(DateTime) - Static method in class org.rhq.metrics.util.TimeUUIDUtils
 
getTTL() - Method in class org.rhq.metrics.core.MetricData
 
getType() - Method in class org.rhq.metrics.core.AggregatedValue
The aggregation function used to produce this value, e.g., max, min, sum, count, etc.
getType() - Method in class org.rhq.metrics.core.AggregationTemplate
The type of metric to which the template applies.
getType() - Method in class org.rhq.metrics.core.Availability
 
getType() - Method in class org.rhq.metrics.core.AvailabilityMetric
 
getType() - Method in class org.rhq.metrics.core.Metric
 
getType() - Method in class org.rhq.metrics.core.NumericMetric2
 
getUnits() - Method in class org.rhq.metrics.core.Interval
 
getValue() - Method in class org.rhq.metrics.core.AggregatedValue
 
getValue() - Method in class org.rhq.metrics.core.Counter
 
getValue() - Method in class org.rhq.metrics.core.NumericData
The value of the raw data point.
getValue() - Method in class org.rhq.metrics.core.NumericDataPoint
 
getValue() - Method in class org.rhq.metrics.core.RawNumericMetric
 
getValue() - Method in class org.rhq.metrics.core.Tag
 
getWriteTime() - Method in class org.rhq.metrics.core.MetricData
 

H

hashCode() - Method in class org.rhq.metrics.core.AggregatedValue
 
hashCode() - Method in class org.rhq.metrics.core.AggregationTemplate
 
hashCode() - Method in class org.rhq.metrics.core.Availability
 
hashCode() - Method in class org.rhq.metrics.core.Counter
 
hashCode() - Method in class org.rhq.metrics.core.Interval
 
hashCode() - Method in class org.rhq.metrics.core.Metric
 
hashCode() - Method in class org.rhq.metrics.core.MetricData
 
hashCode() - Method in class org.rhq.metrics.core.MetricId
 
hashCode() - Method in class org.rhq.metrics.core.NumericData
 
hashCode() - Method in class org.rhq.metrics.core.NumericDataPoint
 
hashCode() - Method in class org.rhq.metrics.core.RawNumericMetric
 
hashCode() - Method in class org.rhq.metrics.core.RetentionSettings
 
hashCode() - Method in class org.rhq.metrics.core.RetentionSettings.RetentionKey
 
hashCode() - Method in class org.rhq.metrics.core.Tag
 
hashCode() - Method in class org.rhq.metrics.core.Tenant
 

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
Interval - Class in org.rhq.metrics.core
Describes an interval or duration intended to be used with aggregated metrics.
Interval(int, Interval.Units) - Constructor for class org.rhq.metrics.core.Interval
 
interval - Variable in class org.rhq.metrics.core.RetentionSettings.RetentionKey
 
Interval.Units - Enum in org.rhq.metrics.core
 

K

keySet() - Method in class org.rhq.metrics.core.RetentionSettings
 

L

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
 
Metric<T extends MetricData> - Class in org.rhq.metrics.core
 
Metric(String, MetricId) - Constructor for class org.rhq.metrics.core.Metric
 
Metric(String, MetricId, Map<String, String>) - Constructor for class org.rhq.metrics.core.Metric
 
metric - Variable in class org.rhq.metrics.core.MetricData
 
MetricAlreadyExistsException - Exception in org.rhq.metrics.core
 
MetricAlreadyExistsException(Metric) - Constructor for exception org.rhq.metrics.core.MetricAlreadyExistsException
 
MetricData - Class in org.rhq.metrics.core
 
MetricData(Metric, UUID) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(Metric, UUID, Set<Tag>) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(Metric, UUID, Set<Tag>, Long) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(Metric, long) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(UUID) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(UUID, Set<Tag>) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(UUID, Set<Tag>, Long) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricData(long) - Constructor for class org.rhq.metrics.core.MetricData
 
MetricId - Class in org.rhq.metrics.core
 
MetricId(String) - Constructor for class org.rhq.metrics.core.MetricId
 
MetricId(String, Interval) - Constructor for class org.rhq.metrics.core.MetricId
 
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
 
MetricType - Enum in org.rhq.metrics.core
An enumeration of the supported metric types which currently includes, numeric availability log events
metricType - Variable in class org.rhq.metrics.core.RetentionSettings.RetentionKey
 

N

newThread(Runnable) - Method in class org.rhq.metrics.core.MetricsThreadFactory
 
NO_DESCRIPTION - Static variable in class org.rhq.metrics.core.Tag
 
NONE - Static variable in class org.rhq.metrics.core.Interval
 
NumericData - Class in org.rhq.metrics.core
A numeric metric data point.
NumericData(NumericMetric2, long, double) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(NumericMetric2, UUID, double) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(NumericMetric2, UUID, double, Set<Tag>) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(NumericMetric2, UUID, double, Set<Tag>, Long) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(long, double) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(UUID, double) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(UUID, double, Set<Tag>) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericData(UUID, double, Set<Tag>, Long) - Constructor for class org.rhq.metrics.core.NumericData
 
NumericDataPoint - Class in org.rhq.metrics.core
 
NumericDataPoint() - Constructor for class org.rhq.metrics.core.NumericDataPoint
 
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.
NumericMetric2 - Class in org.rhq.metrics.core
 
NumericMetric2(String, MetricId) - Constructor for class org.rhq.metrics.core.NumericMetric2
 
NumericMetric2(String, MetricId, Map<String, String>) - Constructor for class org.rhq.metrics.core.NumericMetric2
 

O

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

P

parse(String) - Static method in class org.rhq.metrics.core.Interval
Parses the string into an interval.
put(MetricType, int) - Method in class org.rhq.metrics.core.RetentionSettings
 
put(MetricType, Interval, int) - Method in class org.rhq.metrics.core.RetentionSettings
 

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
 
RetentionSettings - Class in org.rhq.metrics.core
The data retention settings configured and stored at the tenant level.
RetentionSettings() - Constructor for class org.rhq.metrics.core.RetentionSettings
 
RetentionSettings.RetentionKey - Class in org.rhq.metrics.core
The key class used in RetentionSettings internal map.
RetentionSettings.RetentionKey(MetricType) - Constructor for class org.rhq.metrics.core.RetentionSettings.RetentionKey
 
RetentionSettings.RetentionKey(MetricType, Interval) - Constructor for class org.rhq.metrics.core.RetentionSettings.RetentionKey
 

S

setAggregatedValues(Set<AggregatedValue>) - Method in class org.rhq.metrics.core.NumericDataPoint
 
setAttribute(String, String) - Method in class org.rhq.metrics.core.Metric
Stores an attribute which will be shared by all data points for the metric when it is persisted.
setDpart(long) - Method in class org.rhq.metrics.core.Metric
 
setFunctions(Set<String>) - Method in class org.rhq.metrics.core.AggregationTemplate
 
setGroup(String) - Method in class org.rhq.metrics.core.Counter
 
setId(MetricId) - Method in class org.rhq.metrics.core.Metric
 
setId(String) - Method in class org.rhq.metrics.core.RawNumericMetric
 
setId(String) - Method in class org.rhq.metrics.core.Tenant
 
setInterval(Interval) - Method in class org.rhq.metrics.core.AggregationTemplate
 
setMetadata(Map<String, String>) - Method in class org.rhq.metrics.core.Metric
 
setMetric(Metric) - Method in class org.rhq.metrics.core.MetricData
 
setName(String) - Method in class org.rhq.metrics.core.Counter
 
setRetention(MetricType, int) - Method in class org.rhq.metrics.core.Tenant
 
setRetention(MetricType, Interval, int) - Method in class org.rhq.metrics.core.Tenant
 
setTags(Set<Tag>) - Method in class org.rhq.metrics.core.MetricData
 
setTenantId(String) - Method in class org.rhq.metrics.core.Metric
 
setTimestamp(long) - Method in class org.rhq.metrics.core.NumericDataPoint
 
setTimestamp(long) - Method in class org.rhq.metrics.core.RawNumericMetric
 
setTimeUUID(UUID) - Method in class org.rhq.metrics.core.NumericDataPoint
 
setTTL(Integer) - Method in class org.rhq.metrics.core.MetricData
 
setType(MetricType) - Method in class org.rhq.metrics.core.AggregationTemplate
 
setValue(long) - Method in class org.rhq.metrics.core.Counter
 
setValue(double) - Method in class org.rhq.metrics.core.NumericData
 
setValue(Double) - Method in class org.rhq.metrics.core.NumericDataPoint
 
setValue(Double) - Method in class org.rhq.metrics.core.RawNumericMetric
 
setWriteTime(Long) - Method in class org.rhq.metrics.core.MetricData
 
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

Tag - Class in org.rhq.metrics.core
 
Tag(String) - Constructor for class org.rhq.metrics.core.Tag
 
Tag(String, String) - Constructor for class org.rhq.metrics.core.Tag
 
tagAvailabilityData(AvailabilityMetric, Set<String>, long, long) - Method in interface org.rhq.metrics.core.MetricsService
 
tagAvailabilityData(AvailabilityMetric, Set<String>, long) - Method in interface org.rhq.metrics.core.MetricsService
 
tagNumericData(NumericMetric2, Set<String>, long, long) - Method in interface org.rhq.metrics.core.MetricsService
 
tagNumericData(NumericMetric2, Set<String>, long) - Method in interface org.rhq.metrics.core.MetricsService
 
tags - Variable in class org.rhq.metrics.core.MetricData
 
Tenant - Class in org.rhq.metrics.core
RHQ Metrics provides multi-tenancy support.
Tenant() - Constructor for class org.rhq.metrics.core.Tenant
 
TenantAlreadyExistsException - Exception in org.rhq.metrics.core
 
TenantAlreadyExistsException(String) - Constructor for exception org.rhq.metrics.core.TenantAlreadyExistsException
 
TenantDoesNotExistException - Exception in org.rhq.metrics.core
 
TenantDoesNotExistException(String) - Constructor for exception org.rhq.metrics.core.TenantDoesNotExistException
 
TIME_UUID_COMPARATOR - Static variable in class org.rhq.metrics.core.MetricData
 
timeUUID - Variable in class org.rhq.metrics.core.MetricData
 
TimeUUIDUtils - Class in org.rhq.metrics.util
 
TimeUUIDUtils() - Constructor for class org.rhq.metrics.util.TimeUUIDUtils
 
toString() - Method in class org.rhq.metrics.core.AggregatedValue
 
toString() - Method in class org.rhq.metrics.core.AggregationTemplate
 
toString() - Method in class org.rhq.metrics.core.Availability
 
toString() - Method in enum org.rhq.metrics.core.AvailabilityType
 
toString() - Method in class org.rhq.metrics.core.Counter
 
toString() - Method in class org.rhq.metrics.core.Interval
 
toString() - Method in class org.rhq.metrics.core.Metric
 
toString() - Method in class org.rhq.metrics.core.MetricId
 
toString() - Method in enum org.rhq.metrics.core.MetricType
 
toString() - Method in class org.rhq.metrics.core.NumericData
 
toString() - Method in class org.rhq.metrics.core.NumericDataPoint
 
toString() - Method in class org.rhq.metrics.core.RawNumericMetric
 
toString() - Method in class org.rhq.metrics.core.RetentionSettings.RetentionKey
 
toString() - Method in class org.rhq.metrics.core.RetentionSettings
 
toString() - Method in class org.rhq.metrics.core.Tag
 
toString() - Method in class org.rhq.metrics.core.Tenant
 
ttl - Variable in class org.rhq.metrics.core.MetricData
This is only used in calculating an updated TTL for data that has already been inserted.

U

uncaughtException(Thread, Throwable) - Method in class org.rhq.metrics.core.MetricsThreadFactory
 
updateCounter(Counter) - Method in interface org.rhq.metrics.core.MetricsService
 
updateCounters(Collection<Counter>) - Method in interface org.rhq.metrics.core.MetricsService
 
updateMetadata(Metric, Map<String, String>, Set<String>) - Method in interface org.rhq.metrics.core.MetricsService
 

V

valueOf(String) - Static method in enum org.rhq.metrics.core.AvailabilityType
Returns the enum constant of this type with the specified name.
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
 
valueOf(String) - Static method in enum org.rhq.metrics.core.Interval.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rhq.metrics.core.MetricType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rhq.metrics.core.AvailabilityType
Returns an array containing the constants of this enum type, in the order they are declared.
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.
values() - Static method in enum org.rhq.metrics.core.Interval.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rhq.metrics.core.MetricType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTime - Variable in class org.rhq.metrics.core.MetricData
 
A C D E F G H I K L M N O P R S T U V W 

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