public class EventWritable extends Object implements org.apache.hadoop.io.Writable, Settable<org.calrissian.mango.domain.event.Event>, Gettable<org.calrissian.mango.domain.event.Event>
| Constructor and Description |
|---|
EventWritable() |
EventWritable(org.calrissian.mango.domain.event.Event entry) |
| Modifier and Type | Method and Description |
|---|---|
org.calrissian.mango.domain.event.Event |
get() |
void |
readFields(DataInput dataInput) |
void |
set(org.calrissian.mango.domain.event.Event entry) |
void |
setTupleWritable(TupleWritable sharedTupleWritable) |
void |
write(DataOutput dataOutput) |
public EventWritable()
public EventWritable(org.calrissian.mango.domain.event.Event entry)
public void setTupleWritable(TupleWritable sharedTupleWritable)
public void write(DataOutput dataOutput) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput dataInput) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void set(org.calrissian.mango.domain.event.Event entry)
Copyright © 2014 Calrissian. All Rights Reserved.