|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.fpm.pfpgrowth.convertors.SequenceFileOutputCollector<K,V>
K
- V
- public class SequenceFileOutputCollector<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
Collects the Writable
key and Writable
value, and writes them into a SequenceFile
Constructor Summary | |
---|---|
SequenceFileOutputCollector(org.apache.hadoop.io.SequenceFile.Writer writer)
|
Method Summary | |
---|---|
void |
collect(K key,
V value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceFileOutputCollector(org.apache.hadoop.io.SequenceFile.Writer writer)
Method Detail |
---|
public final void collect(K key, V value) throws java.io.IOException
collect
in interface org.apache.hadoop.mapred.OutputCollector<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |