This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.lens.server.api.metrics.MethodMetricsContext (Lens 2.1.0-beta-incubating API)

Uses of Interface
org.apache.lens.server.api.metrics.MethodMetricsContext

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.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.