org.apache.avro.ipc.trace
Class SpanAggregator

java.lang.Object
  extended by org.apache.avro.ipc.trace.SpanAggregator

public class SpanAggregator
extends Object

Utility methods for aggregating spans together at various points of trace analysis. The general workflow of trace analysis is: Partial Span's --> Complete Span's --> Trace's --> TraceCollection's


Nested Class Summary
static class SpanAggregator.SpanAggregationResults
          Class to store the results of span aggregation.
static class SpanAggregator.TraceFormationResults
          Class to store the results of trace formation.
 
Constructor Summary
SpanAggregator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanAggregator

public SpanAggregator()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.