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

java.lang.Object
  extended by 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> rejectedSpans
          Spans which did not describe a complete trace.
 List<Trace> traces
          Traces which were successfully created.
 
Constructor Summary
SpanAggregator.TraceFormationResults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

SpanAggregator.TraceFormationResults

public SpanAggregator.TraceFormationResults()


Copyright © 2010 The Apache Software Foundation