Uses of Class
org.redisson.config.ReadMode
-
Packages that use ReadMode Package Description org.redisson.config -
-
Uses of ReadMode in org.redisson.config
Methods in org.redisson.config that return ReadMode Modifier and Type Method Description ReadMode
BaseMasterSlaveServersConfig. getReadMode()
static ReadMode
ReadMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReadMode[]
ReadMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.config with parameters of type ReadMode Modifier and Type Method Description T
BaseMasterSlaveServersConfig. setReadMode(ReadMode readMode)
Set node type used for read operation.
-