Class TopKInfoFunction.TopKInfo

java.lang.Object
org.infinispan.server.resp.commands.topk.TopKInfoFunction.TopKInfo
Enclosing class:
TopKInfoFunction

@ProtoTypeId(6171) public static final class TopKInfoFunction.TopKInfo extends Object
Since:
16.2
  • Constructor Details

    • TopKInfo

      @ProtoFactory public TopKInfo(int k, int width, int depth, double decay)
  • Method Details

    • getK

      @ProtoField(number=1, defaultValue="0") public int getK()
    • getWidth

      @ProtoField(number=2, defaultValue="0") public int getWidth()
    • getDepth

      @ProtoField(number=3, defaultValue="0") public int getDepth()
    • getDecay

      @ProtoField(number=4, defaultValue="0") public double getDecay()
    • toMap

      public Map<String,Object> toMap()