AvroTrace.Callback| Modifier and Type | Method and Description | 
|---|---|
| void | getAllSpans(Callback<List<Span>> callback)Get all spans stored on this host. | 
| void | getSpansInRange(long start,
               long end,
               Callback<List<Span>> callback)Get spans occuring between start and end. | 
getAllSpans, getSpansInRangestatic final Protocol PROTOCOL
void getAllSpans(Callback<List<Span>> callback) throws IOException
IOExceptionvoid getSpansInRange(long start,
                   long end,
                   Callback<List<Span>> callback)
                     throws IOException
IOExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.