public class CombineBlockFilter extends DefaultBlockFilter
Constructor and Description |
---|
CombineBlockFilter(BlockFilter bf1,
BlockFilter bf2) |
Modifier and Type | Method and Description |
---|---|
void |
configure(Configuration conf)
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 CombineBlockFilter(BlockFilter bf1, BlockFilter bf2)
public void configure(Configuration conf)
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