org.apache.hadoop.mapreduce.jobhistory
Class Event

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.hadoop.mapreduce.jobhistory.Event
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class Event
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class Event.Builder
          RecordBuilder for Event instances.
 
Field Summary
 Object event
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 EventType type
          Deprecated. 
 
Constructor Summary
Event()
          Default constructor.
Event(EventType type, Object event)
          All-args constructor.
 
Method Summary
 Object get(int field$)
           
static org.apache.avro.Schema getClassSchema()
           
 Object getEvent()
          Gets the value of the 'event' field.
 org.apache.avro.Schema getSchema()
           
 EventType getType()
          Gets the value of the 'type' field.
static Event.Builder newBuilder()
          Creates a new Event RecordBuilder
static Event.Builder newBuilder(Event.Builder other)
          Creates a new Event RecordBuilder by copying an existing Builder
static Event.Builder newBuilder(Event other)
          Creates a new Event RecordBuilder by copying an existing Event instance
 void put(int field$, Object value$)
           
 void setEvent(Object value)
          Sets the value of the 'event' field.
 void setType(EventType value)
          Sets the value of the 'type' 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 org.apache.avro.Schema SCHEMA$

type

@Deprecated
public EventType type
Deprecated. 

event

@Deprecated
public Object event
Deprecated. 
Constructor Detail

Event

public Event()
Default constructor.


Event

public Event(EventType type,
             Object event)
All-args constructor.

Method Detail

getClassSchema

public static org.apache.avro.Schema getClassSchema()

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getType

public EventType getType()
Gets the value of the 'type' field.


setType

public void setType(EventType value)
Sets the value of the 'type' 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 Event.Builder newBuilder()
Creates a new Event RecordBuilder


newBuilder

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


newBuilder

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



Copyright © 2013 Apache Software Foundation. All Rights Reserved.