|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BloomFilterDescriptor.BloomFilterType | |
---|---|
org.apache.hadoop.hbase |
Uses of BloomFilterDescriptor.BloomFilterType in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return BloomFilterDescriptor.BloomFilterType | |
---|---|
static BloomFilterDescriptor.BloomFilterType |
BloomFilterDescriptor.BloomFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BloomFilterDescriptor.BloomFilterType[] |
BloomFilterDescriptor.BloomFilterType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.apache.hadoop.hbase with parameters of type BloomFilterDescriptor.BloomFilterType | |
---|---|
BloomFilterDescriptor(BloomFilterDescriptor.BloomFilterType type,
int numberOfEntries)
Deprecated. Creates a BloomFilterDescriptor for the specified type of filter, fixes the number of hash functions to 4 and computes a vector size using: vectorSize = ceil((4 * n) / ln(2)) |
|
BloomFilterDescriptor(BloomFilterDescriptor.BloomFilterType type,
int vectorSize,
int nbHash)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |