org.apache.hadoop.hbase.mapred
Class TableOutputCollector
java.lang.Object
org.apache.hadoop.hbase.mapred.TableOutputCollector
public class TableOutputCollector
- extends Object
Refine the types that can be collected from a Table Map/Reduce jobs.
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 |
collector
public OutputCollector collector
- The collector object
TableOutputCollector
public TableOutputCollector()
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