Class TopKInfo

java.lang.Object
com.redis.lettucemod.bloom.TopKInfo

public class TopKInfo extends Object
  • 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)