A B C D F G I J L M O P Q 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
 
destroy() - Method in class org.rhq.metrics.restServlet.JsonPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.rhq.metrics.restServlet.JsonPFilter
 

F

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

G

getAlias() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
getAvg() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
getBucketLengthSec() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
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, HttpHeaders) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
getEnd() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
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
 
getMapping() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
getMappingArgs() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
getMax() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
getMetric() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
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
 
getStart() - Method in class org.rhq.metrics.restServlet.influx.InfluxQuery
 
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
 
getValue() - Method in class org.rhq.metrics.restServlet.StringValue
 

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
 
InfluxHandler - Class in org.rhq.metrics.restServlet.influx
Some support for InfluxDB clients like Grafana.
InfluxHandler() - Constructor for class org.rhq.metrics.restServlet.influx.InfluxHandler
 
InfluxQuery - Class in org.rhq.metrics.restServlet.influx
Represent a query string send from a client to the simulated influx db server
InfluxQuery(String) - Constructor for class org.rhq.metrics.restServlet.influx.InfluxQuery
 
init(FilterConfig) - Method in class org.rhq.metrics.restServlet.JsonPFilter
 
isEmpty() - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 

J

JsonPAsyncListener - Class in org.rhq.metrics.restServlet
Listener that is called when the async result is available for the filter.
JsonPAsyncListener() - Constructor for class org.rhq.metrics.restServlet.JsonPAsyncListener
 
JsonPFilter - Class in org.rhq.metrics.restServlet
A filter to wrap json answers as jsonp For this to happen, the user has to pass ?<filter.jsonp.callback>=<name> in the url like
JsonPFilter() - Constructor for class org.rhq.metrics.restServlet.JsonPFilter
 

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

onComplete(AsyncEvent) - Method in class org.rhq.metrics.restServlet.JsonPAsyncListener
 
onError(AsyncEvent) - Method in class org.rhq.metrics.restServlet.JsonPAsyncListener
 
onStartAsync(AsyncEvent) - Method in class org.rhq.metrics.restServlet.JsonPAsyncListener
 
onTimeout(AsyncEvent) - Method in class org.rhq.metrics.restServlet.JsonPAsyncListener
 
org.rhq.metrics.restServlet - package org.rhq.metrics.restServlet
 
org.rhq.metrics.restServlet.influx - package org.rhq.metrics.restServlet.influx
 

P

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

Q

quantil(List<RawNumericMetric>, double) - Method in class org.rhq.metrics.restServlet.influx.InfluxHandler
Determine the quantil of the data

R

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

S

series(AsyncResponse, String) - Method in class org.rhq.metrics.restServlet.influx.InfluxHandler
 
service - Variable in class org.rhq.metrics.restServlet.ServiceKeeper
 
ServiceKeeper - Class in org.rhq.metrics.restServlet
Singleton to record the chosen service.
set(JsonPFilter.JsonPResponseWrapper, HttpServletResponse, String) - Method in class org.rhq.metrics.restServlet.JsonPAsyncListener
 
setAvg(double) - Method in class org.rhq.metrics.restServlet.BucketDataPoint
 
setHref(String) - Method in class org.rhq.metrics.restServlet.SimpleLink
 
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
 
setRel(String) - Method in class org.rhq.metrics.restServlet.SimpleLink
 
setTimestamp(long) - Method in class org.rhq.metrics.restServlet.DataPoint
 
setTitle(String) - Method in class org.rhq.metrics.restServlet.SimpleLink
 
setValue(double) - Method in class org.rhq.metrics.restServlet.DataPoint
 
setValue(String) - Method in class org.rhq.metrics.restServlet.StringValue
 
SimpleLink - Class in org.rhq.metrics.restServlet
Just a simple representation of a Link
SimpleLink() - Constructor for class org.rhq.metrics.restServlet.SimpleLink
 
SimpleLink(String, String, String) - Constructor for class org.rhq.metrics.restServlet.SimpleLink
 
StringValue - Class in org.rhq.metrics.restServlet
Encapsulate a simple string value
StringValue() - Constructor for class org.rhq.metrics.restServlet.StringValue
 
StringValue(String) - Constructor for class org.rhq.metrics.restServlet.StringValue
 

T

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

U

updateCounter(AsyncResponse, String, String) - Method in class org.rhq.metrics.restServlet.MetricHandler
 
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 J L M O P Q R S T U 

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