Class CmsInfoFunction.CmsInfo

java.lang.Object
org.infinispan.server.resp.commands.countmin.CmsInfoFunction.CmsInfo
Enclosing class:
CmsInfoFunction

@ProtoTypeId(6159) public static final class CmsInfoFunction.CmsInfo extends Object
Since:
16.2
  • 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

      public Map<String,Long> toMap()