|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Trace.startSpan(String description,
Sampler<T> s)
|
|
static
|
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
|
TraceProxy.trace(T instance,
Sampler<V> sampler)
Returns an object that will trace all calls to itself. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||