org.apache.avro.ipc.trace
Class SpanAggregator.TraceFormationResults
java.lang.Object
org.apache.avro.ipc.trace.SpanAggregator.TraceFormationResults
- Enclosing class:
- SpanAggregator
public static class SpanAggregator.TraceFormationResults
- extends Object
Class to store the results of trace formation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
traces
public List<Trace> traces
- Traces which were successfully created.
rejectedSpans
public List<Span> rejectedSpans
- Spans which did not describe a complete trace.
SpanAggregator.TraceFormationResults
public SpanAggregator.TraceFormationResults()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.