org.apache.avro.ipc.trace
Class SpanAggregator.SpanAggregationResults
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
completeSpans
public List<Span> completeSpans
- Spans which have data from client and server.
incompleteSpans
public List<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 © 2011 The Apache Software Foundation. All Rights Reserved.