| Modifier and Type | Field and Description |
|---|---|
static HTraceConfiguration |
HTraceConfiguration.EMPTY
An empty HTrace configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static HTraceConfiguration |
HTraceConfiguration.fromKeyValuePairs(String... pairs) |
static HTraceConfiguration |
HTraceConfiguration.fromMap(Map<String,String> conf)
Create an HTrace configuration from a map.
|
| Modifier and Type | Method and Description |
|---|---|
Tracer.Builder |
Tracer.Builder.conf(HTraceConfiguration conf) |
SpanReceiver |
TracerPool.loadReceiverType(String className,
HTraceConfiguration conf,
ClassLoader classLoader)
Given a SpanReceiver class name, return the existing instance of that span
receiver, if possible; otherwise, invoke the callable to create a new
instance.
|
| Constructor and Description |
|---|
AlwaysSampler(HTraceConfiguration conf) |
CountSampler(HTraceConfiguration conf) |
LocalFileSpanReceiver(HTraceConfiguration conf) |
NeverSampler(HTraceConfiguration conf) |
POJOSpanReceiver(HTraceConfiguration conf) |
ProbabilitySampler(HTraceConfiguration conf) |
Sampler.Builder(HTraceConfiguration conf) |
SpanReceiver.Builder(HTraceConfiguration conf) |
StandardOutSpanReceiver(HTraceConfiguration conf) |
TracerId(HTraceConfiguration conf,
String tracerName) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.