|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.apache.hadoop.mapreduce.jobhistory.Event
public class Event
| 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 |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public EventType type
@Deprecated public Object event
| Constructor Detail |
|---|
public Event()
public Event(EventType type,
Object event)
| Method Detail |
|---|
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic EventType getType()
public void setType(EventType value)
value - the value to set.public Object getEvent()
public void setEvent(Object value)
value - the value to set.public static Event.Builder newBuilder()
public static Event.Builder newBuilder(Event.Builder other)
public static Event.Builder newBuilder(Event other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||