public class BloomFilterUtf8 extends BloomFilter
BloomFilter.BitSetDEFAULT_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, toStringpublic BloomFilterUtf8(long expectedEntries,
                       double fpp)
public BloomFilterUtf8(long[] bits,
                       int numFuncs)
public void addString(String val)
addString in class BloomFilterpublic boolean testString(String val)
testString in class BloomFilterCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.