org.apache.avro.ipc.trace
Class TimestampedEvent

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.avro.ipc.trace.TimestampedEvent
All Implemented Interfaces:
Comparable<SpecificRecord>, GenericContainer, IndexedRecord, SpecificRecord

public class TimestampedEvent
extends SpecificRecordBase
implements SpecificRecord


Nested Class Summary
static class TimestampedEvent.Builder
          RecordBuilder for TimestampedEvent instances.
 
Field Summary
 Object event
          Deprecated. 
static Schema SCHEMA$
           
 long timeStamp
          Deprecated. 
 
Constructor Summary
TimestampedEvent()
           
 
Method Summary
 Object get(int field$)
          Return the value of a field given its position in the schema.
 Object getEvent()
          Gets the value of the 'event' field.
 Schema getSchema()
          The schema of this instance.
 Long getTimeStamp()
          Gets the value of the 'timeStamp' field.
static TimestampedEvent.Builder newBuilder()
          Creates a new TimestampedEvent RecordBuilder
static TimestampedEvent.Builder newBuilder(TimestampedEvent.Builder other)
          Creates a new TimestampedEvent RecordBuilder by copying an existing Builder
static TimestampedEvent.Builder newBuilder(TimestampedEvent other)
          Creates a new TimestampedEvent RecordBuilder by copying an existing TimestampedEvent instance
 void put(int field$, Object value$)
          Set the value of a field given its position in the schema.
 void setEvent(Object value)
          Sets the value of the 'event' field.
 void setTimeStamp(Long value)
          Sets the value of the 'timeStamp' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final Schema SCHEMA$

timeStamp

@Deprecated
public long timeStamp
Deprecated. 

event

@Deprecated
public Object event
Deprecated. 
Constructor Detail

TimestampedEvent

public TimestampedEvent()
Method Detail

getSchema

public Schema getSchema()
Description copied from interface: GenericContainer
The schema of this instance.

Specified by:
getSchema in interface GenericContainer
Specified by:
getSchema in class SpecificRecordBase

get

public Object get(int field$)
Description copied from interface: IndexedRecord
Return the value of a field given its position in the schema.

This method is not meant to be called by user code, but only by DatumWriter implementations.

Specified by:
get in interface IndexedRecord
Specified by:
get in class SpecificRecordBase

put

public void put(int field$,
                Object value$)
Description copied from interface: IndexedRecord
Set the value of a field given its position in the schema.

This method is not meant to be called by user code, but only by DatumReader implementations.

Specified by:
put in interface IndexedRecord
Specified by:
put in class SpecificRecordBase

getTimeStamp

public Long getTimeStamp()
Gets the value of the 'timeStamp' field.


setTimeStamp

public void setTimeStamp(Long value)
Sets the value of the 'timeStamp' field.

Parameters:
value - the value to set.

getEvent

public Object getEvent()
Gets the value of the 'event' field.


setEvent

public void setEvent(Object value)
Sets the value of the 'event' field.

Parameters:
value - the value to set.

newBuilder

public static TimestampedEvent.Builder newBuilder()
Creates a new TimestampedEvent RecordBuilder


newBuilder

public static TimestampedEvent.Builder newBuilder(TimestampedEvent.Builder other)
Creates a new TimestampedEvent RecordBuilder by copying an existing Builder


newBuilder

public static TimestampedEvent.Builder newBuilder(TimestampedEvent other)
Creates a new TimestampedEvent RecordBuilder by copying an existing TimestampedEvent instance



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