Uses of Interface
org.redisson.api.RLongAdder
Packages that use RLongAdder
-
Uses of RLongAdder in org.redisson
Classes in org.redisson that implement RLongAdderMethods in org.redisson that return RLongAdderModifier and TypeMethodDescriptionRedisson.getLongAdder(String name) Redisson.getLongAdder(CommonOptions options) -
Uses of RLongAdder in org.redisson.api
Methods in org.redisson.api that return RLongAdderModifier and TypeMethodDescriptionRedissonClient.getLongAdder(String name) Returns LongAdder instances by name.RedissonClient.getLongAdder(CommonOptions options) Returns LongAdder instances with specifiedoptions.