Uses of Class
org.apache.avro.ipc.trace.TimestampedEvent

Packages that use TimestampedEvent
org.apache.avro.ipc.trace   
 

Uses of TimestampedEvent in org.apache.avro.ipc.trace
 

Fields in org.apache.avro.ipc.trace with type parameters of type TimestampedEvent
 List<TimestampedEvent> Span.events
          Deprecated. 
 

Methods in org.apache.avro.ipc.trace that return TimestampedEvent
 TimestampedEvent TimestampedEvent.Builder.build()
           
 

Methods in org.apache.avro.ipc.trace that return types with arguments of type TimestampedEvent
 List<TimestampedEvent> Span.getEvents()
          Gets the value of the 'events' field.
 List<TimestampedEvent> Span.Builder.getEvents()
          Gets the value of the 'events' field
 

Methods in org.apache.avro.ipc.trace with parameters of type TimestampedEvent
static TimestampedEvent.Builder TimestampedEvent.newBuilder(TimestampedEvent other)
          Creates a new TimestampedEvent RecordBuilder by copying an existing TimestampedEvent instance
 

Method parameters in org.apache.avro.ipc.trace with type arguments of type TimestampedEvent
 void Span.setEvents(List<TimestampedEvent> value)
          Sets the value of the 'events' field.
 Span.Builder Span.Builder.setEvents(List<TimestampedEvent> value)
          Sets the value of the 'events' field
 



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