public class RangeFilter extends DefaultBlockFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
QueryRange
Configuration parameter for setting a search query range
|
| Constructor and Description |
|---|
RangeFilter() |
RangeFilter(Shape shape) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration 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 static final java.lang.String QueryRange
public RangeFilter()
public RangeFilter(Shape shape)
public void configure(Configuration job)
BlockFilterconfigure in interface BlockFilterconfigure in class DefaultBlockFilterpublic void selectCells(GlobalIndex<Partition> gIndex, ResultCollector<Partition> output)
BlockFilterselectCells in interface BlockFilterselectCells in class DefaultBlockFilter