|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| org.apache.hadoop.hbase | Provides HBase, the Hadoop simple database. |
| org.onelab.filter | |
| Uses of Filter in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase with parameters of type Filter | |
|---|---|
MapFile.Reader |
HStoreFile.getReader(FileSystem fs,
Filter bloomFilter)
Get reader for the store file map file. |
MapFile.Writer |
HStoreFile.getWriter(FileSystem fs,
SequenceFile.CompressionType compression,
Filter bloomFilter)
Get a store file writer. |
| Uses of Filter in org.onelab.filter |
|---|
| Subclasses of Filter in org.onelab.filter | |
|---|---|
class |
BloomFilter
Implements a Bloom filter, as defined by Bloom in 1970. |
class |
CountingBloomFilter
Implements a counting Bloom filter, as defined by Fan et al. |
class |
DynamicBloomFilter
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper. |
class |
RetouchedBloomFilter
Implements a retouched Bloom filter, as defined in the CoNEXT 2006 paper. |
| Methods in org.onelab.filter with parameters of type Filter | |
|---|---|
void |
BloomFilter.and(Filter filter)
Peforms a logical AND between this filter and a specified filter. |
abstract void |
Filter.and(Filter filter)
Peforms a logical AND between this filter and a specified filter. |
void |
CountingBloomFilter.and(Filter filter)
Peforms a logical AND between this filter and a specified filter. |
void |
DynamicBloomFilter.and(Filter filter)
Peforms a logical AND between this filter and a specified filter. |
void |
BloomFilter.or(Filter filter)
Peforms a logical OR between this filter and a specified filter. |
abstract void |
Filter.or(Filter filter)
Peforms a logical OR between this filter and a specified filter. |
void |
CountingBloomFilter.or(Filter filter)
Peforms a logical OR between this filter and a specified filter. |
void |
DynamicBloomFilter.or(Filter filter)
Peforms a logical OR between this filter and a specified filter. |
void |
BloomFilter.xor(Filter filter)
Peforms a logical XOR between this filter and a specified filter. |
abstract void |
Filter.xor(Filter filter)
Peforms a logical XOR between this filter and a specified filter. |
void |
CountingBloomFilter.xor(Filter filter)
Peforms a logical XOR between this filter and a specified filter. |
void |
DynamicBloomFilter.xor(Filter filter)
Peforms a logical XOR between this filter and a specified filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||