Uses of Interface
org.redisson.api.RIdGenerator
-
Packages that use RIdGenerator Package Description org.redisson org.redisson.api -
-
Uses of RIdGenerator in org.redisson
Classes in org.redisson that implement RIdGenerator Modifier and Type Class Description classRedissonIdGeneratorMethods in org.redisson that return RIdGenerator Modifier and Type Method Description RIdGeneratorRedisson. getIdGenerator(String name) -
Uses of RIdGenerator in org.redisson.api
Methods in org.redisson.api that return RIdGenerator Modifier and Type Method Description RIdGeneratorRedissonClient. getIdGenerator(String name)Returns id generator by name.
-