Uses of Class
cloud.opencode.base.hash.bloom.BloomFilter
Packages that use BloomFilter
-
Uses of BloomFilter in cloud.opencode.base.hash.bloom
Methods in cloud.opencode.base.hash.bloom that return BloomFilterModifier and TypeMethodDescriptionBloomFilterBuilder.build()Builds the bloom filter 构建布隆过滤器static <T> BloomFilter<T> Deserializes from byte array 从字节数组反序列化BloomFilter.merge(BloomFilter<T> other) Merges another bloom filter into this one 将另一个布隆过滤器合并到此过滤器Methods in cloud.opencode.base.hash.bloom with parameters of type BloomFilterModifier and TypeMethodDescriptionBloomFilter.merge(BloomFilter<T> other) Merges another bloom filter into this one 将另一个布隆过滤器合并到此过滤器