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

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

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

Methods in org.apache.hadoop.hbase.util that return ByteBloomFilter
 ByteBloomFilter ByteBloomFilter.createAnother()
          Creates another similar Bloom filter.
static ByteBloomFilter ByteBloomFilter.createBySize(int byteSizeHint, double errorRate, int hashType, int foldFactor)
          Creates a Bloom filter of the given size.
 



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