Uses of Interface
org.redisson.api.RDoubleAdder
Packages that use RDoubleAdder
-
Uses of RDoubleAdder in org.redisson
Classes in org.redisson that implement RDoubleAdderMethods in org.redisson that return RDoubleAdderModifier and TypeMethodDescriptionRedisson.getDoubleAdder(String name) Redisson.getDoubleAdder(CommonOptions options) -
Uses of RDoubleAdder in org.redisson.api
Methods in org.redisson.api that return RDoubleAdderModifier and TypeMethodDescriptionRedissonClient.getDoubleAdder(String name) Returns DoubleAdder instances by name.RedissonClient.getDoubleAdder(CommonOptions options) Returns DoubleAdder instances with specifiedoptions.