Uses of Class
org.apache.avro.ipc.trace.Span

Packages that use Span
org.apache.avro.ipc.trace   
 

Uses of Span in org.apache.avro.ipc.trace
 

Fields in org.apache.avro.ipc.trace declared as Span
 Span TraceNode.span
          The Span to which corresponds to this node in the call tree.
 

Fields in org.apache.avro.ipc.trace with type parameters of type Span
 List<Span> SpanAggregator.SpanAggregationResults.completeSpans
          Spans which have data from client and server.
 List<Span> SpanAggregator.SpanAggregationResults.incompleteSpans
          Spans which have data only from client or server, or in which an ID collision was detected.
 List<Span> SpanAggregator.TraceFormationResults.rejectedSpans
          Spans which did not describe a complete trace.
protected  LinkedList<Span> InMemorySpanStorage.spans
           
 

Methods in org.apache.avro.ipc.trace that return types with arguments of type Span
protected  List<Span> TraceClientServlet.collectAllSpans(List<URL> hosts)
           
protected  List<Span> TraceClientServlet.collectRangedSpans(List<URL> hosts, long start, long end)
           
 List<Span> FileSpanStorage.getAllSpans()
           
 List<Span> AvroTrace.getAllSpans()
           
 List<Span> SpanStorage.getAllSpans()
          Return a list of all spans currently stored.
 List<Span> InMemorySpanStorage.getAllSpans()
           
 List<Span> FileSpanStorage.getSpansInRange(long start, long end)
           
 List<Span> AvroTrace.getSpansInRange(long start, long end)
           
 List<Span> SpanStorage.getSpansInRange(long start, long end)
          Return a list of all spans that fall within the time given range.
 List<Span> InMemorySpanStorage.getSpansInRange(long start, long end)
           
 

Methods in org.apache.avro.ipc.trace with parameters of type Span
 void FileSpanStorage.addSpan(Span s)
           
 void SpanStorage.addSpan(Span s)
          Add a span.
 void InMemorySpanStorage.addSpan(Span s)
           
 

Method parameters in org.apache.avro.ipc.trace with type arguments of type Span
static Trace Trace.extractTrace(List<Span> spans)
          Construct a Trace from a list of Span objects.
 void AvroTrace.Callback.getAllSpans(Callback<List<Span>> callback)
           
 void AvroTrace.Callback.getSpansInRange(long start, long end, Callback<List<Span>> callback)
           
 

Constructors in org.apache.avro.ipc.trace with parameters of type Span
TraceNode(Span span, List<TraceNode> children)
           
 



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