Class TopKInfoFunction.TopKInfo
java.lang.Object
org.infinispan.server.resp.commands.topk.TopKInfoFunction.TopKInfo
- Enclosing class:
TopKInfoFunction
- Since:
- 16.2
-
Constructor Summary
Constructors -
Method Summary
-
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
-