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 ReadModeBaseMasterSlaveServersConfig. getReadMode()static ReadModeReadMode. 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 TBaseMasterSlaveServersConfig. setReadMode(ReadMode readMode)Set node type used for read operation.
-