public static class RangeQuery.RangeFilter extends DefaultBlockFilter
| Constructor and Description |
|---|
RangeQuery.RangeFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf job)
Configure the block filter the first time it is created.
|
void |
selectCells(GlobalIndex<Partition> gIndex,
ResultCollector<Partition> output)
Selects the blocks that need to be processed b a MapReduce job.
|
selectCellPairspublic void configure(JobConf job)
BlockFilterconfigure in interface BlockFilterconfigure in class DefaultBlockFilterpublic void selectCells(GlobalIndex<Partition> gIndex, ResultCollector<Partition> output)
BlockFilterselectCells in interface BlockFilterselectCells in class DefaultBlockFilter