Uses of Enum
org.redisson.config.ReadMode
Packages that use ReadMode
-
Uses of ReadMode in org.redisson.config
Methods in org.redisson.config that return ReadModeModifier and TypeMethodDescriptionBaseMasterSlaveServersConfig.getReadMode()static ReadModeReturns 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 ReadModeModifier and TypeMethodDescriptionBaseMasterSlaveServersConfig.setReadMode(ReadMode readMode) Set node type used for read operation.