接口 BloomFilter
- 所有已知实现类:
AbstractBloomFilter,RedisBloomFilter
public interface BloomFilter
布隆过滤器
- 作者:
- Administrator
-
嵌套类概要
嵌套类 -
方法概要
-
方法详细资料
-
put
- 参数:
key- 业务键object- 对象
-
mightContain
- 参数:
key- 业务键object- 对象- 返回:
trueif the element might have been put in this Bloom filter,falseif this is definitely not the case.
-