org.apache.avro.ipc.trace
Interface AvroTrace


public interface AvroTrace


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.