public class BloomFilterUtf8 extends BloomFilter
BloomFilter.BitSet
DEFAULT_FPP
Constructor and Description |
---|
BloomFilterUtf8(long[] bits,
int numFuncs) |
BloomFilterUtf8(long expectedEntries,
double fpp) |
Modifier and Type | Method and Description |
---|---|
void |
addString(String val) |
boolean |
testString(String val) |
add, addBytes, addDouble, addLong, equals, getBitSet, getBitSize, getNumHashFunctions, hashCode, merge, reset, sizeInBytes, test, testBytes, testDouble, testLong, toString
public BloomFilterUtf8(long expectedEntries, double fpp)
public BloomFilterUtf8(long[] bits, int numFuncs)
public void addString(String val)
addString
in class BloomFilter
public boolean testString(String val)
testString
in class BloomFilter
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.