|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trace | |
---|---|
org.apache.avro.ipc.trace |
Uses of Trace in org.apache.avro.ipc.trace |
---|
Fields in org.apache.avro.ipc.trace with type parameters of type Trace | |
---|---|
List<Trace> |
SpanAggregator.TraceFormationResults.traces
Traces which were successfully created. |
Methods in org.apache.avro.ipc.trace that return Trace | |
---|---|
static Trace |
Trace.extractTrace(List<org.apache.avro.ipc.trace.Span> spans)
Construct a Trace from a list of Span objects. |
Methods in org.apache.avro.ipc.trace that return types with arguments of type Trace | |
---|---|
TreeSet<Trace> |
TraceCollection.getTraces()
|
List<Trace> |
TraceCollection.longestTraces(int count)
Returns the [count] longest traces in this collection. |
Methods in org.apache.avro.ipc.trace with parameters of type Trace | |
---|---|
void |
TraceCollection.addTrace(Trace t)
Add a trace to this collection. |
int |
TraceCollection.TraceComparotor.compare(Trace o1,
Trace o2)
|
Constructors in org.apache.avro.ipc.trace with parameters of type Trace | |
---|---|
TraceCollection(Trace t)
Create a TraceCollection using the given Trace as a model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |