| Package | Description |
|---|---|
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Method and Description |
|---|---|
static BloomFilter |
BloomFilter.fromBytes(byte[] bytes)
Deserializing bytes array to BloomFilter.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BloomFilter.toBytes(BloomFilter filter)
Serializing to bytes, note that only heap memory is currently supported.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.