This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.lib.join.JoinType (Apache Crunch 0.11.0 API)

Uses of Class
org.apache.crunch.lib.join.JoinType

Packages that use JoinType
org.apache.crunch.lib.join Inner and outer joins on collections. 
 

Uses of JoinType in org.apache.crunch.lib.join
 

Methods in org.apache.crunch.lib.join that return JoinType
static JoinType JoinType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinType[] JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.crunch.lib.join with parameters of type JoinType
 PTable<K,Pair<U,V>> ShardedJoinStrategy.join(PTable<K,U> left, PTable<K,V> right, JoinType joinType)
           
 PTable<K,Pair<U,V>> MapsideJoinStrategy.join(PTable<K,U> left, PTable<K,V> right, JoinType joinType)
           
 PTable<K,Pair<U,V>> JoinStrategy.join(PTable<K,U> left, PTable<K,V> right, JoinType joinType)
          Join two tables with the given join type.
 PTable<K,Pair<U,V>> DefaultJoinStrategy.join(PTable<K,U> left, PTable<K,V> right, JoinType joinType)
           
 PTable<K,Pair<U,V>> BloomFilterJoinStrategy.join(PTable<K,U> left, PTable<K,V> right, JoinType joinType)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.