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

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

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

Methods in org.apache.avro.ipc.trace that return TimestampedEvent.Builder
 TimestampedEvent.Builder TimestampedEvent.Builder.clearEvent()
          Clears the value of the 'event' field
 TimestampedEvent.Builder TimestampedEvent.Builder.clearTimeStamp()
          Clears the value of the 'timeStamp' field
static TimestampedEvent.Builder TimestampedEvent.newBuilder()
          Creates a new TimestampedEvent RecordBuilder
static TimestampedEvent.Builder TimestampedEvent.newBuilder(TimestampedEvent.Builder other)
          Creates a new TimestampedEvent RecordBuilder by copying an existing Builder
static TimestampedEvent.Builder TimestampedEvent.newBuilder(TimestampedEvent other)
          Creates a new TimestampedEvent RecordBuilder by copying an existing TimestampedEvent instance
 TimestampedEvent.Builder TimestampedEvent.Builder.setEvent(Object value)
          Sets the value of the 'event' field
 TimestampedEvent.Builder TimestampedEvent.Builder.setTimeStamp(long value)
          Sets the value of the 'timeStamp' field
 

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



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