|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapsideJoinStrategy | |
---|---|
org.apache.crunch.lib.join | Inner and outer joins on collections. |
Uses of MapsideJoinStrategy in org.apache.crunch.lib.join |
---|
Methods in org.apache.crunch.lib.join that return MapsideJoinStrategy | ||
---|---|---|
static
|
MapsideJoinStrategy.create()
Create a new MapsideJoinStrategy instance 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
|
MapsideJoinStrategy.create(boolean materialize)
Create a new MapsideJoinStrategy instance that will load its left-side table into memory. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |