org.smallmind.instrument.aop
Class MetricSupplier
java.lang.Object
org.smallmind.instrument.aop.MetricSupplier
public class MetricSupplier
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricSupplier
public MetricSupplier()
push
public static void push(String key,
Metric metric)
pop
public static void pop(String key)
get
public static <M extends Metric> M get(String key,
Class<M> metricClass)
Copyright © 2012. All Rights Reserved.