Uses of Interface
cloudtrace.instrument.receivers.SpanReceiver

Packages that use SpanReceiver
cloudtrace.instrument   
cloudtrace.instrument.receivers   
 

Uses of SpanReceiver in cloudtrace.instrument
 

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

Uses of SpanReceiver in cloudtrace.instrument.receivers
 

Classes in 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
 



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