public static class DistributedJoin.SpatialJoinFilter extends DefaultBlockFilter
| Constructor and Description |
|---|
DistributedJoin.SpatialJoinFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
selectCellPairs(GlobalIndex<Partition> gIndex1,
GlobalIndex<Partition> gIndex2,
ResultCollector2<Partition,Partition> output)
Selects block pairs that need to be processed together by a binary
MapReduce job.
|
configure, selectCellspublic void selectCellPairs(GlobalIndex<Partition> gIndex1, GlobalIndex<Partition> gIndex2, ResultCollector2<Partition,Partition> output)
BlockFilterselectCellPairs in interface BlockFilterselectCellPairs in class DefaultBlockFilter