Package com.redis.lettucemod.bloom
Class TopKInfo
java.lang.Object
com.redis.lettucemod.bloom.TopKInfo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TopKInfo
public TopKInfo()
-
-
Method Details
-
getK
public long getK() -
setK
public void setK(long k) -
getWidth
public long getWidth() -
setWidth
public void setWidth(long width) -
getDepth
public long getDepth() -
setDepth
public void setDepth(long depth) -
getDecay
public double getDecay() -
setDecay
public void setDecay(double decay)
-