org.apache.avro.ipc.trace
Interface AvroTrace
- All Known Subinterfaces:
- AvroTrace.Callback
public interface AvroTrace
PROTOCOL
static final Protocol PROTOCOL
getAllSpans
List<Span> getAllSpans()
throws AvroRemoteException
- Get all spans stored on this host.
- Throws:
AvroRemoteException
getSpansInRange
List<Span> getSpansInRange(long start,
long end)
throws AvroRemoteException
- Get spans occuring between start and end. Each is a unix timestamp
in nanosecond units (for consistency with TimestampedEvent).
- Throws:
AvroRemoteException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.