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

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

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

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

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

Classes in org.apache.accumulo.cloudtrace.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
 

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
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.