public interface AvroTrace
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AvroTrace.Callback |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Protocol |
PROTOCOL |
| Modifier and Type | Method and Description |
|---|---|
List<Span> |
getAllSpans()
Get all spans stored on this host.
|
List<Span> |
getSpansInRange(long start,
long end)
Get spans occuring between start and end.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.