org.apache.avro.ipc.trace
Class SpanAggregator.SpanAggregationResults

java.lang.Object
  extended by org.apache.avro.ipc.trace.SpanAggregator.SpanAggregationResults
Enclosing class:
SpanAggregator

public static class SpanAggregator.SpanAggregationResults
extends Object

Class to store the results of span aggregation.


Field Summary
 List<org.apache.avro.ipc.trace.Span> completeSpans
          Spans which have data from client and server.
 List<org.apache.avro.ipc.trace.Span> incompleteSpans
          Spans which have data only from client or server, or in which an ID collision was detected.
 
Constructor Summary
SpanAggregator.SpanAggregationResults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completeSpans

public List<org.apache.avro.ipc.trace.Span> completeSpans
Spans which have data from client and server.


incompleteSpans

public List<org.apache.avro.ipc.trace.Span> incompleteSpans
Spans which have data only from client or server, or in which an ID collision was detected.

Constructor Detail

SpanAggregator.SpanAggregationResults

public SpanAggregator.SpanAggregationResults()


Copyright © 2010 The Apache Software Foundation