org.apache.avro.ipc.trace
Class SpanAggregator.TraceFormationResults
java.lang.Object
   org.apache.avro.ipc.trace.SpanAggregator.TraceFormationResults
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.
| Field Summary | 
|  List<org.apache.avro.ipc.trace.Span> | rejectedSpansSpans which did not describe a complete trace.
 | 
|  List<Trace> | tracesTraces which were successfully created.
 | 
 
 
 
| 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<org.apache.avro.ipc.trace.Span> rejectedSpans
- Spans which did not describe a complete trace.
 
 
SpanAggregator.TraceFormationResults
public SpanAggregator.TraceFormationResults()
Copyright © 2010 The Apache Software Foundation