| Package | Description |
|---|---|
| org.apache.hudi.common.bloom |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalBloomFilter.add(Key key)
Adds a key to this filter.
|
int |
Key.compareTo(Key other) |
int[] |
HashFunction.hash(Key k)
Hashes a specified key into several integers.
|
boolean |
InternalBloomFilter.membershipTest(Key key) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.