public static class BloomFilter.Builder extends Object
Modifier and Type | Method and Description |
---|---|
void |
addHash(int hash) |
long |
expectedEntries() |
MemorySegment |
getBuffer() |
BloomFilter |
getFilter() |
boolean |
testHash(int hash) |
public boolean testHash(int hash)
public void addHash(int hash)
public MemorySegment getBuffer()
public long expectedEntries()
@VisibleForTesting public BloomFilter getFilter()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.