Uses of Interface
org.apache.accumulo.trace.instrument.receivers.SpanReceiver

Packages that use SpanReceiver
org.apache.accumulo.core.trace   
org.apache.accumulo.trace.instrument   
org.apache.accumulo.trace.instrument.receivers   
 

Uses of SpanReceiver in org.apache.accumulo.core.trace
 

Classes in org.apache.accumulo.core.trace that implement SpanReceiver
 class ZooTraceClient
          Find a Span collector via zookeeper and push spans there via Thrift RPC
 

Uses of SpanReceiver in org.apache.accumulo.trace.instrument
 

Methods in org.apache.accumulo.trace.instrument with parameters of type SpanReceiver
 void Tracer.addReceiver(SpanReceiver receiver)
           
 void Tracer.removeReceiver(SpanReceiver receiver)
           
 

Uses of SpanReceiver in org.apache.accumulo.trace.instrument.receivers
 

Classes in org.apache.accumulo.trace.instrument.receivers that implement SpanReceiver
 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 © 2013 Apache Accumulo Project. All Rights Reserved.