public static class InvertedIndex.InvertedIndexValue
extends java.lang.Object
implements org.apache.hadoop.io.Writable
| Modifier and Type | Class and Description |
|---|---|
static class |
InvertedIndex.InvertedIndexValue.Comparator
A comparator for the value.
|
| Constructor and Description |
|---|
InvertedIndex.InvertedIndexValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
void |
readFields(java.io.DataInput in) |
void |
set(InvertedIndex.InvertedIndexValue ielm) |
void |
set(java.lang.String locationStr, int countInt, long offsetLong) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public int hashCode()
hashCode in class java.lang.Object
public void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic void set(InvertedIndex.InvertedIndexValue ielm)
public void set(java.lang.String locationStr,
int countInt,
long offsetLong)
public java.lang.String toString()
toString in class java.lang.Object
public void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOException