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

Uses of Package
org.apache.crunch.lib.join

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

Classes in org.apache.crunch.lib.join used by org.apache.crunch.lib.join
JoinFn
          Represents a DoFn for performing joins.
JoinStrategy
          Defines a strategy for joining two PTables together on a common key.
JoinType
          Specifies the specific behavior of how a join should be performed in terms of requiring matching keys on both sides of the join.
MapsideJoinStrategy
          Utility for doing map side joins on a common key between two PTables.
ShardedJoinStrategy.ShardingStrategy
          Determines over how many shards a key will be split in a sharded join.
 



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