| Package | Description |
|---|---|
| org.htrace | |
| org.htrace.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Tracer.addReceiver(SpanReceiver receiver) |
static void |
Trace.addReceiver(SpanReceiver rcvr)
Adds the given SpanReceiver to the current Tracer instance's list of
SpanReceivers.
|
protected void |
Tracer.removeReceiver(SpanReceiver receiver) |
static void |
Trace.removeReceiver(SpanReceiver rcvr)
Removes the given SpanReceiver from the list of SpanReceivers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSpanReceiver
Writes the spans it receives to a local file.
|
class |
POJOSpanReceiver
SpanReceiver for testing only that just collects the Span objects it
receives.
|
class |
StandardOutSpanReceiver
Used for testing.
|
Copyright © 2014. All Rights Reserved.