Uses of Interface
org.htrace.Sampler

Packages that use Sampler
org.htrace   
org.htrace.impl   
org.htrace.wrappers   
 

Uses of Sampler in org.htrace
 

Fields in org.htrace declared as Sampler
static Sampler<?> Sampler.ALWAYS
           
static Sampler<?> Sampler.NEVER
           
 

Methods in org.htrace with parameters of type Sampler
static
<T> TraceScope
Trace.startSpan(String description, Sampler<T> s)
           
static
<T> TraceScope
Trace.startSpan(String description, Sampler<T> s, T info)
           
static TraceScope Trace.startSpan(String description, Sampler<TraceInfo> s, TraceInfo tinfo)
           
 

Uses of Sampler in org.htrace.impl
 

Classes in org.htrace.impl that implement Sampler
 class AlwaysSampler
           
 class CountSampler
          Sampler that returns true every N calls.
 class NeverSampler
           
 class ProbabilitySampler
           
 class TrueIfTracingSampler
          A Sampler that returns true if and only if tracing is on the current thread.
 

Uses of Sampler in org.htrace.wrappers
 

Methods in org.htrace.wrappers with parameters of type Sampler
static
<T,V> T
TraceProxy.trace(T instance, Sampler<V> sampler)
          Returns an object that will trace all calls to itself.
 



Copyright © 2014. All Rights Reserved.