Package org.infinispan.server.resp.commands.countmin
package org.infinispan.server.resp.commands.countmin
-
ClassesClassDescriptionCMS.INCRBY key item increment [item increment ...]Function to increment item counts in a Count-Min Sketch using FunctionalMap.WARNING: Generated code!CMS.INFO keyWARNING: Generated code!Function to get information about a Count-Min Sketch using FunctionalMap.WARNING: Generated code!CMS.INITBYDIM key width depthCMS.INITBYPROB key error probabilityFunction to initialize a Count-Min Sketch using FunctionalMap.WARNING: Generated code!CMS.MERGE destKey numKeys src [src ...]Function to merge multiple Count-Min Sketches into one using FunctionalMap.WARNING: Generated code!CMS.QUERY key item [item ...]Function to query item counts in a Count-Min Sketch using FunctionalMap.WARNING: Generated code!A Count-Min Sketch implementation compatible with Redis CMS commands.WARNING: Generated code!