public static class HadoopSiftLSHExtractor.MapperOut extends Object implements org.apache.hadoop.io.WritableComparable<HadoopSiftLSHExtractor.MapperOut>
Constructor and Description |
---|
MapperOut() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HadoopSiftLSHExtractor.MapperOut o) |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public MapperOut()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(HadoopSiftLSHExtractor.MapperOut o)
compareTo
in interface Comparable<HadoopSiftLSHExtractor.MapperOut>