org.apache.avro.ipc.trace
Interface AvroTrace.Callback

All Superinterfaces:
AvroTrace
Enclosing interface:
AvroTrace

public static interface AvroTrace.Callback
extends AvroTrace


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.avro.ipc.trace.AvroTrace
AvroTrace.Callback
 
Field Summary
static Protocol PROTOCOL
           
 
Method Summary
 void getAllSpans(Callback<List<Span>> callback)
           
 void getSpansInRange(long start, long end, Callback<List<Span>> callback)
           
 
Methods inherited from interface org.apache.avro.ipc.trace.AvroTrace
getAllSpans, getSpansInRange
 

Field Detail

PROTOCOL

static final Protocol PROTOCOL
Method Detail

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.