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

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

Methods in com.ebay.erl.mobius.core.datajoin with parameters of type DataJoinValue
 int DataJoinKeyPartitioner.getPartition(DataJoinKey key, DataJoinValue value, int numPartitions)
           
 

Method parameters in com.ebay.erl.mobius.core.datajoin with type arguments of type DataJoinValue
 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 DataJoinValue
DataJoinOutputCollector(DataJoinMapper mapper, org.apache.hadoop.mapred.OutputCollector<DataJoinKey,DataJoinValue> output, org.apache.hadoop.conf.Configuration conf)
           
DataJoinValueGroup(java.util.Iterator<DataJoinValue> values)
           
 

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

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