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.
|
selectCellPairs
public static final java.lang.String QueryRange
public RangeFilter()
public RangeFilter(Shape shape)
public void configure(Configuration job)
BlockFilter
configure
in interface BlockFilter
configure
in class DefaultBlockFilter
public void selectCells(GlobalIndex<Partition> gIndex, ResultCollector<Partition> output)
BlockFilter
selectCells
in interface BlockFilter
selectCells
in class DefaultBlockFilter