Uses of Class
org.apache.hadoop.hbase.util.CompoundBloomFilterBase

Packages that use CompoundBloomFilterBase
org.apache.hadoop.hbase.util   
 

Uses of CompoundBloomFilterBase in org.apache.hadoop.hbase.util
 

Subclasses of CompoundBloomFilterBase in org.apache.hadoop.hbase.util
 class CompoundBloomFilter
          A Bloom filter implementation built on top of ByteBloomFilter, 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 CompoundBloomFilterWriter
          Adds methods required for writing a compound Bloom filter to the data section of an HFile to the CompoundBloomFilter class.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.