com.endeca.portal.instrumentation
Class MetricsManager

java.lang.Object
  extended by com.endeca.portal.instrumentation.MetricsManager

public class MetricsManager
extends java.lang.Object

Interface representing metrics

Author:
huff

Method Summary
static void add(Metric metric)
           
protected  java.lang.Object clone()
           
protected static MetricsManager getInstance()
           
static MetricsAggregators getMetricsAggregators()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

protected static MetricsManager getInstance()

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

add

public static void add(Metric metric)

getMetricsAggregators

public static MetricsAggregators getMetricsAggregators()