org.apache.hadoop.hbase.mapred
Class TableOutputCollector

java.lang.Object
  extended by org.apache.hadoop.hbase.mapred.TableOutputCollector

public class TableOutputCollector
extends Object

Refine the types that can be collected from a Table Map/Reduce jobs.


Field Summary
 OutputCollector collector
          The collector object
 
Constructor Summary
TableOutputCollector()
           
 
Method Summary
 void collect(Text key, MapWritable value)
          Restrict Table Map/Reduce's output to be a Text key and a record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collector

public OutputCollector collector
The collector object

Constructor Detail

TableOutputCollector

public TableOutputCollector()
Method Detail

collect

public void collect(Text key,
                    MapWritable value)
             throws IOException
Restrict Table Map/Reduce's output to be a Text key and a record.

Parameters:
key -
value -
Throws:
IOException


Copyright © 2006 The Apache Software Foundation