org.apache.avro.ipc.trace
Interface AvroTrace

All Known Subinterfaces:
AvroTrace.Callback

public interface AvroTrace


Nested Class Summary
static interface AvroTrace.Callback
           
 
Field Summary
static Protocol PROTOCOL
           
 
Method Summary
 List<Span> getAllSpans()
           
 List<Span> getSpansInRange(long start, long end)
           
 

Field Detail

PROTOCOL

static final Protocol PROTOCOL
Method Detail

getAllSpans

List<Span> getAllSpans()
                       throws AvroRemoteException
Throws:
AvroRemoteException

getSpansInRange

List<Span> getSpansInRange(long start,
                           long end)
                           throws AvroRemoteException
Throws:
AvroRemoteException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.