Class CmsInfoFunction.CmsInfo
java.lang.Object
org.infinispan.server.resp.commands.countmin.CmsInfoFunction.CmsInfo
- Enclosing class:
CmsInfoFunction
- Since:
- 16.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CmsInfo
@ProtoFactory public CmsInfo(int width, int depth, long count)
-
-
Method Details
-
getWidth
@ProtoField(number=1, defaultValue="0") public int getWidth() -
getDepth
@ProtoField(number=2, defaultValue="0") public int getDepth() -
getCount
@ProtoField(number=3, defaultValue="0") public long getCount() -
toMap
-