Uses of Class
com.ebay.erl.mobius.core.datajoin.DataJoinKey

Packages that use DataJoinKey
com.ebay.erl.mobius.core.datajoin Underline join logic implementation, Mobius users don't need to use the classes withiin this package. 
com.ebay.erl.mobius.core.mapred Provides Mobius-specific Hadoop classes. 
 

Uses of DataJoinKey in com.ebay.erl.mobius.core.datajoin
 

Methods in com.ebay.erl.mobius.core.datajoin with parameters of type DataJoinKey
 int DataJoinKeyPartitioner.getPartition(DataJoinKey key, DataJoinValue value, int numPartitions)
           
 void DataJoinReducer.reduce(DataJoinKey key, java.util.Iterator<DataJoinValue> values, org.apache.hadoop.mapred.OutputCollector<OK,OV> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

Constructor parameters in com.ebay.erl.mobius.core.datajoin with type arguments of type DataJoinKey
DataJoinOutputCollector(DataJoinMapper mapper, org.apache.hadoop.mapred.OutputCollector<DataJoinKey,DataJoinValue> output, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of DataJoinKey in com.ebay.erl.mobius.core.mapred
 

Method parameters in com.ebay.erl.mobius.core.mapred with type arguments of type DataJoinKey
 void DefaultMobiusCombiner.joinreduce(Tuple key, DataJoinValueGroup<Tuple> values, org.apache.hadoop.mapred.OutputCollector<DataJoinKey,DataJoinValue> output, org.apache.hadoop.mapred.Reporter reporter)