Uses of Interface
org.redisson.api.IdGenerator
Packages that use IdGenerator
-
Uses of IdGenerator in org.redisson.api
Classes in org.redisson.api that implement IdGeneratorMethods in org.redisson.api that return IdGeneratorModifier and TypeMethodDescriptionExecutorOptions.getIdGenerator()Deprecated.static IdGeneratorIdGenerator.random()Returns random identifier generator.Methods in org.redisson.api with parameters of type IdGeneratorModifier and TypeMethodDescriptionExecutorOptions.idGenerator(IdGenerator idGenerator) Deprecated.Defines identifier generator -
Uses of IdGenerator in org.redisson.api.options
Methods in org.redisson.api.options that return IdGeneratorMethods in org.redisson.api.options with parameters of type IdGeneratorModifier and TypeMethodDescriptionExecutorOptions.idGenerator(IdGenerator idGenerator) Defines identifier generatorExecutorParams.idGenerator(IdGenerator idGenerator)