|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodMetricsContext | |
---|---|
org.apache.lens.server.api.metrics | |
org.apache.lens.server.metrics |
Uses of MethodMetricsContext in org.apache.lens.server.api.metrics |
---|
Classes in org.apache.lens.server.api.metrics that implement MethodMetricsContext | |
---|---|
class |
DisabledMethodMetricsContext
Dummy implementation of MethodMetricsContext. |
class |
MethodMetricGauge
Holds the gauge value indicating the time taken for the method. |
class |
MethodMetrics.Context
Inner class instances handle contexts for the same instance of MethodMetrics. |
Methods in org.apache.lens.server.api.metrics that return MethodMetricsContext | |
---|---|
static MethodMetricsContext |
MethodMetricsFactory.createMethodGauge(org.apache.hadoop.conf.Configuration conf,
boolean appendToStackName,
String gaugeSuffix)
Get query metric gauge name. |
MethodMetricsContext |
MetricsService.getMethodMetricsContext(org.glassfish.jersey.server.model.ResourceMethod method,
org.glassfish.jersey.server.ContainerRequest containerRequest)
API method for getting metrics measuring context for given resource method and container request |
MethodMetricsContext |
MethodMetrics.newContext()
Create and return new context since an execution of this method has started |
Uses of MethodMetricsContext in org.apache.lens.server.metrics |
---|
Methods in org.apache.lens.server.metrics that return MethodMetricsContext | |
---|---|
MethodMetricsContext |
MetricsServiceImpl.getMethodMetricsContext(org.glassfish.jersey.server.model.ResourceMethod method,
org.glassfish.jersey.server.ContainerRequest containerRequest)
Called by LensRequestListener in start event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |