Uses of Interface
org.smallmind.instrument.Metric

Packages that use Metric
org.smallmind.instrument   
org.smallmind.instrument.aop   
 

Uses of Metric in org.smallmind.instrument
 

Classes in org.smallmind.instrument with type parameters of type Metric
 class Instrument<M extends Metric>
           
 class InstrumentAndReturn<M extends Metric,T>
           
 class InstrumentationArguments<M extends Metric>
           
static interface Metrics.MetricBuilder<M extends Metric>
           
 

Classes in org.smallmind.instrument that implement Metric
 class Chronometer
           
 class Histogram
           
 class Meter
           
 class Register
           
 

Methods in org.smallmind.instrument with type parameters of type Metric
static
<M extends Metric>
void
InstrumentationManager.execute(Instrument<M> instrument)
           
static
<M extends Metric,T>
T
InstrumentationManager.execute(InstrumentAndReturn<M,T> instrumentAndReturn)
           
<M extends Metric>
M
MetricRegistry.instrument(Metrics.MetricBuilder<M> builder, String domain, MetricProperty... properties)
           
 

Uses of Metric in org.smallmind.instrument.aop
 

Methods in org.smallmind.instrument.aop with type parameters of type Metric
static
<M extends Metric>
M
MetricSupplier.get(String key, Class<M> metricClass)
           
 

Methods in org.smallmind.instrument.aop with parameters of type Metric
static void MetricSupplier.push(String key, Metric metric)
           
 



Copyright © 2012. All Rights Reserved.