| Package | Description | 
|---|---|
| org.apache.avro.ipc.trace | 
| Modifier and Type | Field and Description | 
|---|---|
List<Trace> | 
SpanAggregator.TraceFormationResults.traces
Traces which were successfully created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Trace | 
Trace.extractTrace(List<Span> spans)
Construct a Trace from a list of Span objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TreeSet<Trace> | 
TraceCollection.getTraces()  | 
List<Trace> | 
TraceCollection.longestTraces(int count)
Returns the [count] longest traces in this collection. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TraceCollection.addTrace(Trace t)
Add a trace to this collection. 
 | 
int | 
TraceCollection.TraceComparotor.compare(Trace o1,
       Trace o2)  | 
| Constructor and Description | 
|---|
TraceCollection(Trace t)
Create a TraceCollection using the given Trace as a model. 
 | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.