public interface AvroTrace
Modifier and Type | Interface and Description |
---|---|
static interface |
AvroTrace.Callback |
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.
|
static final Protocol PROTOCOL
List<Span> getAllSpans() throws AvroRemoteException
AvroRemoteException
List<Span> getSpansInRange(long start, long end) throws AvroRemoteException
AvroRemoteException
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.