This project has retired. For details please refer to its Attic page.
LensMetricsRegistry (Lens 2.1.0-beta-incubating API)

org.apache.lens.server.api.metrics
Class LensMetricsRegistry

java.lang.Object
  extended by org.apache.lens.server.api.metrics.LensMetricsRegistry

public class LensMetricsRegistry
extends Object

Lens MetricsRegistry.


Method Summary
static com.codahale.metrics.MetricRegistry getStaticRegistry()
          Static instance of metrics registry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStaticRegistry

public static com.codahale.metrics.MetricRegistry getStaticRegistry()
Static instance of metrics registry. This instance is registered with reporters. For all the use of publishing metrics to reporter, this should be used.

Returns:
LensMetricsRegistry


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