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

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

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

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

Methods in org.apache.accumulo.trace.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 © 2013 Apache Accumulo Project. All Rights Reserved.