A B C D F G I L M O P R S T U 

A

addMetric(AsyncResponse, String, IdDataPoint) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
addMetrics(AsyncResponse, Collection<IdDataPoint>) - Method in class org.rhq.metrics.restServlet.MetricHandler
 

B

BucketDataPoint - Class in org.rhq.metrics.restServlet
A point in time with some data for min/avg/max to express that at this point in time multiple values were recorded.
BucketDataPoint() - Constructor for class org.rhq.metrics.restServlet.BucketDataPoint
 
BucketDataPoint(String, long, double, double, double) - Constructor for class org.rhq.metrics.restServlet.BucketDataPoint
 

C

CorsFilter - Class in org.rhq.metrics.restServlet
 
CorsFilter() - Constructor for class org.rhq.metrics.restServlet.CorsFilter
 

D

DataPoint - Class in org.rhq.metrics.restServlet
One single data point
DataPoint() - Constructor for class org.rhq.metrics.restServlet.DataPoint
 
DataPoint(long, double) - Constructor for class org.rhq.metrics.restServlet.DataPoint
 
DEFAULT_ALLOWED_HEADERS - Static variable in class org.rhq.metrics.restServlet.CorsFilter
 
DEFAULT_ALLOWED_METHODS - Static variable in class org.rhq.metrics.restServlet.CorsFilter
 

F

filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.rhq.metrics.restServlet.CorsFilter
 

G

getAvg() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
getCounter(AsyncResponse, String, String) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
getCountersForGroup(AsyncResponse, String) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
getDataForId(AsyncResponse, String, Long, Long, int, int, boolean, boolean) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
getHref() - Method in class org.rhq.metrics.restServlet.SimpleLink
 
getId() - Method in class org.rhq.metrics.restServlet.IdDataPoint
 
getInstance() - Static method in class org.rhq.metrics.restServlet.ServiceKeeper
 
getMax() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
getMetricsService() - Method in class org.rhq.metrics.restServlet.MetricsServiceProducer
 
getMin() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
getRel() - Method in class org.rhq.metrics.restServlet.SimpleLink
 
getTimestamp() - Method in class org.rhq.metrics.restServlet.DataPoint
 
getTitle() - Method in class org.rhq.metrics.restServlet.SimpleLink
 
getValue() - Method in class org.rhq.metrics.restServlet.DataPoint
 

I

IdDataPoint - Class in org.rhq.metrics.restServlet
A data point with an Id
IdDataPoint() - Constructor for class org.rhq.metrics.restServlet.IdDataPoint
 
IdDataPoint(long, double, String) - Constructor for class org.rhq.metrics.restServlet.IdDataPoint
 
isEmpty() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 

L

listMetrics(String) - Method in class org.rhq.metrics.restServlet.MetricHandler
 

M

MetricHandler - Class in org.rhq.metrics.restServlet
Interface to deal with metrics
MetricHandler() - Constructor for class org.rhq.metrics.restServlet.MetricHandler
 
MetricsServiceProducer - Class in org.rhq.metrics.restServlet
 
MetricsServiceProducer() - Constructor for class org.rhq.metrics.restServlet.MetricsServiceProducer
 

O

org.rhq.metrics.restServlet - package org.rhq.metrics.restServlet
 

P

ping() - Method in class org.rhq.metrics.restServlet.MetricHandler
 

R

RHQMetricsRestApp - Class in org.rhq.metrics.restServlet
Rest app initalization
RHQMetricsRestApp(ServletConfig) - Constructor for class org.rhq.metrics.restServlet.RHQMetricsRestApp
 

S

service - Variable in class org.rhq.metrics.restServlet.ServiceKeeper
 
ServiceKeeper - Class in org.rhq.metrics.restServlet
Singleton to record the chosen service.
setAvg(double) - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
setId(String) - Method in class org.rhq.metrics.restServlet.IdDataPoint
 
setMax(double) - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
setMin(double) - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
setTimestamp(long) - Method in class org.rhq.metrics.restServlet.DataPoint
 
setValue(double) - Method in class org.rhq.metrics.restServlet.DataPoint
 
SimpleLink - Class in org.rhq.metrics.restServlet
Just a simple representation of a Link
SimpleLink(String, String, String) - Constructor for class org.rhq.metrics.restServlet.SimpleLink
 

T

toString() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 

U

updateCounter(AsyncResponse, String, String, Long) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
updateCounterForGroup(AsyncResponse, String, Collection<Counter>) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
updateCountersForGroups(AsyncResponse, Collection<Counter>) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
A B C D F G I L M O P R S T U 

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