public class OutputCollector extends Object implements org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord>
Constructor and Description |
---|
OutputCollector() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
collect(ChukwaRecordKey key,
ChukwaRecord value) |
List<org.apache.hadoop.hbase.client.Put> |
getKeyValues() |
public void collect(ChukwaRecordKey key, ChukwaRecord value) throws IOException
collect
in interface org.apache.hadoop.mapred.OutputCollector<ChukwaRecordKey,ChukwaRecord>
IOException
public List<org.apache.hadoop.hbase.client.Put> getKeyValues()
public void clear()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.