Uses of Interface
org.apache.hadoop.hbase.util.BloomFilterBase

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

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

Subinterfaces of BloomFilterBase in org.apache.hadoop.hbase.util
 interface BloomFilter
          Defines the general behavior of a bloom filter.
 interface BloomFilterWriter
          Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.
 

Classes in org.apache.hadoop.hbase.util that implement BloomFilterBase
 class ByteBloomFilter
          Implements a Bloom filter, as defined by Bloom in 1970.
 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 CompoundBloomFilterBase
           
 class CompoundBloomFilterWriter
          Adds methods required for writing a compound Bloom filter to the data section of an HFile to the CompoundBloomFilter class.
 

Methods in org.apache.hadoop.hbase.util with parameters of type BloomFilterBase
static String ByteBloomFilter.formatStats(BloomFilterBase bloomFilter)
          A human-readable string with statistics for the given Bloom filter.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.