com.ebay.erl.mobius.core.datajoin
Class DataJoinOutputCollector<OK extends org.apache.hadoop.io.WritableComparable,OV extends org.apache.hadoop.io.WritableComparable>

java.lang.Object
  extended by com.ebay.erl.mobius.core.datajoin.DataJoinOutputCollector<OK,OV>
Type Parameters:
OK -
OV -
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputCollector<OK,OV>

public class DataJoinOutputCollector<OK extends org.apache.hadoop.io.WritableComparable,OV extends org.apache.hadoop.io.WritableComparable>
extends java.lang.Object
implements org.apache.hadoop.mapred.OutputCollector<OK,OV>

This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0. This product contains portions derived from Apache hadoop which is licensed under the Apache License, Version 2.0, available at http://hadoop.apache.org. © 2007 – 2012 eBay Inc., Evan Chiu, Woody Zhou, Neel Sundaresan


Constructor Summary
DataJoinOutputCollector(DataJoinMapper mapper, org.apache.hadoop.mapred.OutputCollector<DataJoinKey,DataJoinValue> output, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 void collect(OK key, OV value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataJoinOutputCollector

public DataJoinOutputCollector(DataJoinMapper mapper,
                               org.apache.hadoop.mapred.OutputCollector<DataJoinKey,DataJoinValue> output,
                               org.apache.hadoop.conf.Configuration conf)
Method Detail

collect

public void collect(OK key,
                    OV value)
             throws java.io.IOException
Specified by:
collect in interface org.apache.hadoop.mapred.OutputCollector<OK extends org.apache.hadoop.io.WritableComparable,OV extends org.apache.hadoop.io.WritableComparable>
Throws:
java.io.IOException