public interface BlockFilter
Modifier and Type | Method and Description |
---|---|
void |
configure(JobConf job)
Configure the block filter the first time it is created.
|
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.
|
void |
selectCells(GlobalIndex<Partition> gIndex,
ResultCollector<Partition> output)
Selects the blocks that need to be processed b a MapReduce job.
|
void configure(JobConf job)
conf
- void selectCells(GlobalIndex<Partition> gIndex, ResultCollector<Partition> output)
gIndex
- output
- void selectCellPairs(GlobalIndex<Partition> gIndex1, GlobalIndex<Partition> gIndex2, ResultCollector2<Partition,Partition> output)
gIndex1
- gIndex2
-