org.apache.mahout.math.hadoop.stochasticsvd
Class QJob.QJobKeyWritable

java.lang.Object
  extended by org.apache.mahout.math.hadoop.stochasticsvd.QJob.QJobKeyWritable
All Implemented Interfaces:
Comparable<QJob.QJobKeyWritable>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<QJob.QJobKeyWritable>
Enclosing class:
QJob

public static class QJob.QJobKeyWritable
extends Object
implements org.apache.hadoop.io.WritableComparable<QJob.QJobKeyWritable>


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

Constructor Detail

QJob.QJobKeyWritable

public QJob.QJobKeyWritable()
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(QJob.QJobKeyWritable o)
Specified by:
compareTo in interface Comparable<QJob.QJobKeyWritable>


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.