| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SpanReceiver |
SpanReceiver.Builder.build() |
SpanReceiver[] |
TracerPool.getReceivers()
Returns an array of all the current span receivers.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TracerPool.addReceiver(SpanReceiver receiver)
Add a new span receiver.
|
boolean |
TracerPool.removeAndCloseReceiver(SpanReceiver receiver)
Remove and close a span receiver.
|
boolean |
TracerPool.removeReceiver(SpanReceiver receiver)
Remove a span receiver.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.