Uses of Interface
org.apache.accumulo.cloudtrace.instrument.Sampler

Packages that use Sampler
org.apache.accumulo.cloudtrace.instrument   
 

Uses of Sampler in org.apache.accumulo.cloudtrace.instrument
 

Classes in org.apache.accumulo.cloudtrace.instrument that implement Sampler
 class CountSampler
          Sampler that returns true every N calls.
 

Methods in org.apache.accumulo.cloudtrace.instrument with parameters of type Sampler
static
<T> T
TraceProxy.trace(T instance, Sampler sampler)
           
static
<T> T
Trace.wrapAll(T instance, Sampler dist)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.