Package com.ebay.erl.mobius.core.datajoin

Underline join logic implementation, Mobius users don't need to use the classes withiin this package.

See:
          Description

Class Summary
DataJoinKey This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
DataJoinKey.Comparator  
DataJoinKeyPartitioner<K extends WritableComparable<K>,V extends WritableComparable<V>> This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
DataJoinMapper<IK,IV,OK extends WritableComparable<?>,OV extends WritableComparable<?>> This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
DataJoinOutputCollector<OK extends WritableComparable,OV extends WritableComparable> This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
DataJoinReducer<IK extends WritableComparable,IV extends WritableComparable,OK,OV> This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
DataJoinValue This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
DataJoinValueGroup<IV extends WritableComparable> This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
EvenlyPartitioner<K extends WritableComparable,V> Majority of the codes are copied from org.apache.hadoop.mapred.lib.TotalOrderPartitioner
 

Package com.ebay.erl.mobius.core.datajoin Description

Underline join logic implementation, Mobius users don't need to use the classes withiin this package.