Uses of Class
org.apache.flink.runtime.operators.util.BloomFilter
Packages that use BloomFilter
-
Uses of BloomFilter in org.apache.flink.runtime.operators.util
Methods in org.apache.flink.runtime.operators.util that return BloomFilterModifier and TypeMethodDescriptionstatic BloomFilterBloomFilter.fromBytes(byte[] bytes) Deserializing bytes array to BloomFilter.Methods in org.apache.flink.runtime.operators.util with parameters of type BloomFilterModifier and TypeMethodDescriptionstatic byte[]BloomFilter.toBytes(BloomFilter filter) Serializing to bytes, note that only heap memory is currently supported.