Uses of Class
org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase

Packages that use org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Package
Description
Provides implementations of HFile and HFile BlockCache.
  • Uses of org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase in org.apache.hadoop.hbase.io.hfile

    Subclasses of org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase in in org.apache.hadoop.hbase.io.hfile
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
    A Bloom filter implementation built on top of BloomFilterChunk, encapsulating a set of fixed-size Bloom filters written out at the time of HFile generation into the data block stream, and loaded on demand at query time.
    class 
    org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
    Adds methods required for writing a compound Bloom filter to the data section of an HFile to the CompoundBloomFilter class.