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
AvroRemoteExceptionList<Span> getSpansInRange(long start, long end) throws AvroRemoteException
AvroRemoteExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.