public abstract class AvroBaseValue<T> extends org.apache.avro.mapred.AvroValue<T> implements eu.stratosphere.types.Key<AvroBaseValue<T>>
| Constructor and Description |
|---|
AvroBaseValue() |
AvroBaseValue(T datum) |
public AvroBaseValue()
public AvroBaseValue(T datum)
public void write(DataOutput out) throws IOException
write in interface eu.stratosphere.core.io.IOReadableWritableIOExceptionpublic void read(DataInput in) throws IOException
read in interface eu.stratosphere.core.io.IOReadableWritableIOExceptionpublic int hashCode()
hashCode in interface eu.stratosphere.types.Key<AvroBaseValue<T>>hashCode in class org.apache.avro.mapred.AvroWrapper<T>public boolean equals(Object obj)
equals in interface eu.stratosphere.types.Key<AvroBaseValue<T>>equals in class org.apache.avro.mapred.AvroWrapper<T>public String toString()
toString in class org.apache.avro.mapred.AvroWrapper<T>public int compareTo(AvroBaseValue<T> o)
compareTo in interface Comparable<AvroBaseValue<T>>Copyright © 2013–2014. All rights reserved.