| Package | Description | 
|---|---|
| org.apache.crunch.lib.join | Inner and outer joins on collections. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,U,V> MapsideJoinStrategy<K,U,V> | MapsideJoinStrategy. create()Create a new  MapsideJoinStrategyinstance that will load its left-side table into memory,
 and will materialize the contents of the left-side table to disk before running the in-memory join. | 
| static <K,U,V> MapsideJoinStrategy<K,U,V> | MapsideJoinStrategy. create(boolean materialize)Create a new  MapsideJoinStrategyinstance that will load its left-side table into memory. | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.