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

All Known Implementing Classes:
AsyncSpanReceiver, LogSpans, SendSpansViaThrift, ZooSpanClient, ZooTraceClient

public interface SpanReceiver

The collector within a process that is the destination of Spans when a trace is running.


Method Summary
 void flush()
           
 void span(long traceId, long spanId, long parentId, long start, long stop, String description, Map<String,String> data)
           
 

Method Detail

span

void span(long traceId,
          long spanId,
          long parentId,
          long start,
          long stop,
          String description,
          Map<String,String> data)

flush

void flush()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.