org.apache.avro.ipc.trace
Class SpanAggregator.SpanAggregationResults
java.lang.Object
   org.apache.avro.ipc.trace.SpanAggregator.SpanAggregationResults
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> | completeSpansSpans which have data from client and server.
 | 
|  List<org.apache.avro.ipc.trace.Span> | incompleteSpansSpans which have data only from client or server, or in which
 an ID collision was detected.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.
 
 
SpanAggregator.SpanAggregationResults
public SpanAggregator.SpanAggregationResults()
Copyright © 2010 The Apache Software Foundation