Uses of Enum
org.redisson.config.SubscriptionMode
Packages that use SubscriptionMode
-
Uses of SubscriptionMode in org.redisson.config
Methods in org.redisson.config that return SubscriptionModeModifier and TypeMethodDescriptionBaseMasterSlaveServersConfig.getSubscriptionMode()static SubscriptionModeReturns the enum constant of this type with the specified name.static SubscriptionMode[]SubscriptionMode.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 SubscriptionModeModifier and TypeMethodDescriptionBaseMasterSlaveServersConfig.setSubscriptionMode(SubscriptionMode subscriptionMode) Set node type used for subscription operation.