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

Packages that use DataJoinValueGroup
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 DataJoinValueGroup in com.ebay.erl.mobius.core.datajoin
 

Methods in com.ebay.erl.mobius.core.datajoin with parameters of type DataJoinValueGroup
abstract  void DataJoinReducer.joinreduce(IK key, DataJoinValueGroup<IV> values, org.apache.hadoop.mapred.OutputCollector<OK,OV> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

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

Methods in com.ebay.erl.mobius.core.mapred with parameters of type DataJoinValueGroup
 void DefaultMobiusCombiner.joinreduce(Tuple key, DataJoinValueGroup<Tuple> values, org.apache.hadoop.mapred.OutputCollector<DataJoinKey,DataJoinValue> output, org.apache.hadoop.mapred.Reporter reporter)
           
 void TotalSortReducer.joinreduce(Tuple key, DataJoinValueGroup<Tuple> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.WritableComparable<?>> output, org.apache.hadoop.mapred.Reporter reporter)
          reduce()
 void DefaultMobiusReducer.joinreduce(Tuple key, DataJoinValueGroup<Tuple> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.WritableComparable<?>> output, org.apache.hadoop.mapred.Reporter reporter)