org.apache.hadoop.examples
Class MultiFileWordCount.WordOffset

java.lang.Object
  extended by org.apache.hadoop.examples.MultiFileWordCount.WordOffset
All Implemented Interfaces:
Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable
Enclosing class:
MultiFileWordCount

public static class MultiFileWordCount.WordOffset
extends Object
implements org.apache.hadoop.io.WritableComparable

This record keeps <filename,offset> pairs.


Constructor Summary
MultiFileWordCount.WordOffset()
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiFileWordCount.WordOffset

public MultiFileWordCount.WordOffset()
Method Detail

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 The Apache Software Foundation