org.apache.avro.ipc.trace
Interface AvroTrace.Callback
- All Superinterfaces:
- AvroTrace
- Enclosing interface:
- AvroTrace
public static interface AvroTrace.Callback
- extends AvroTrace
PROTOCOL
static final Protocol PROTOCOL
getAllSpans
void getAllSpans(Callback<List<Span>> callback)
throws IOException
- Throws:
IOException
getSpansInRange
void getSpansInRange(long start,
long end,
Callback<List<Span>> callback)
throws IOException
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.