@ConfigurationProperties(value="bloom.filter") public class RedisBloomFilterProperties extends Object
RedisBloomFilterProperties()
long
getExpectedInsertions()
double
getFpp()
void
setExpectedInsertions(long expectedInsertions)
setFpp(double fpp)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RedisBloomFilterProperties()
public long getExpectedInsertions()
public void setExpectedInsertions(long expectedInsertions)
public double getFpp()
public void setFpp(double fpp)
Copyright © 2022. All rights reserved.