| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.operators.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static BloomFilter |
BloomFilter.fromBytes(byte[] bytes)
Deserializing bytes array to BloomFilter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.