Package | Description |
---|---|
org.apache.accumulo.core.trace | |
org.apache.accumulo.trace.instrument | |
org.apache.accumulo.trace.instrument.receivers |
Modifier and Type | Class and Description |
---|---|
class |
ZooTraceClient
Find a Span collector via zookeeper and push spans there via Thrift RPC
|
Modifier and Type | Method and Description |
---|---|
void |
Tracer.addReceiver(SpanReceiver receiver) |
void |
Tracer.removeReceiver(SpanReceiver receiver) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncSpanReceiver<SpanKey,Destination>
Deliver Span information periodically to a destination.
|
class |
LogSpans
A SpanReceiver that just logs the data using log4j.
|
class |
SendSpansViaThrift
Send Span data to a destination using thrift.
|
class |
ZooSpanClient
Find a Span collector via zookeeper and push spans there via Thrift RPC
|
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.