Uses of Interface
org.redisson.api.NameMapper
-
Packages that use NameMapper Package Description org.redisson org.redisson.api org.redisson.config -
-
Uses of NameMapper in org.redisson
Constructors in org.redisson with parameters of type NameMapper Constructor Description RedissonTopic(Codec codec, CommandAsyncExecutor commandExecutor, NameMapper nameMapper, String name)
-
Uses of NameMapper in org.redisson.api
Classes in org.redisson.api that implement NameMapper Modifier and Type Class Description class
DefaultNameMapper
Methods in org.redisson.api that return NameMapper Modifier and Type Method Description static NameMapper
NameMapper. direct()
Returns input Redisson object name. -
Uses of NameMapper in org.redisson.config
Methods in org.redisson.config that return NameMapper Modifier and Type Method Description NameMapper
BaseConfig. getNameMapper()
Methods in org.redisson.config with parameters of type NameMapper Modifier and Type Method Description T
BaseConfig. setNameMapper(NameMapper nameMapper)
Defines Name mapper which maps Redisson object name.
-