Uses of Interface
org.redisson.api.RIdGenerator
Packages that use RIdGenerator
-
Uses of RIdGenerator in org.redisson
Classes in org.redisson that implement RIdGeneratorMethods in org.redisson that return RIdGeneratorModifier and TypeMethodDescriptionRedisson.getIdGenerator(String name) Redisson.getIdGenerator(CommonOptions options) -
Uses of RIdGenerator in org.redisson.api
Methods in org.redisson.api that return RIdGeneratorModifier and TypeMethodDescriptionRedissonClient.getIdGenerator(String name) Returns id generator instance by name.RedissonClient.getIdGenerator(CommonOptions options) Returns id generator instance with specifiedoptions.