Uses of Class
org.infinispan.server.resp.commands.countmin.CountMinSketch
Packages that use CountMinSketch
-
Uses of CountMinSketch in org.infinispan.server.resp.commands.countmin
Classes in org.infinispan.server.resp.commands.countmin that implement interfaces with type arguments of type CountMinSketchModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.server.resp.commands.countmin that return CountMinSketchModifier and TypeMethodDescriptionCountMinSketch$___Marshaller_9a1bdcdc19ba87d344b5249730f3c660d22ebd0580997f9d30a5543e501de4ba.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.server.resp.commands.countmin that return types with arguments of type CountMinSketchModifier and TypeMethodDescriptionCountMinSketch$___Marshaller_9a1bdcdc19ba87d344b5249730f3c660d22ebd0580997f9d30a5543e501de4ba.getJavaClass()CmsMergeFunction.getSources()Methods in org.infinispan.server.resp.commands.countmin with parameters of type CountMinSketchModifier and TypeMethodDescriptionvoidCountMinSketch.merge(CountMinSketch other, double weight) Merges another sketch into this one with a weight multiplier.voidCountMinSketch$___Marshaller_9a1bdcdc19ba87d344b5249730f3c660d22ebd0580997f9d30a5543e501de4ba.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CountMinSketch $2) Constructor parameters in org.infinispan.server.resp.commands.countmin with type arguments of type CountMinSketchModifierConstructorDescriptionCmsMergeFunction(List<CountMinSketch> sources, List<Double> weights)