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, getSpansInRange
static final Protocol PROTOCOL
void getAllSpans(Callback<List<Span>> callback) throws IOException
IOException
void getSpansInRange(long start, long end, Callback<List<Span>> callback) throws IOException
IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.