Uses of Enum
org.redisson.api.LocalCachedMapCacheOptions.ReconnectionStrategy
Packages that use LocalCachedMapCacheOptions.ReconnectionStrategy
-
Uses of LocalCachedMapCacheOptions.ReconnectionStrategy in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapCacheOptions.ReconnectionStrategyModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.getReconnectionStrategy()Returns the enum constant of this type with the specified name.LocalCachedMapCacheOptions.ReconnectionStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type LocalCachedMapCacheOptions.ReconnectionStrategyModifier and TypeMethodDescriptionLocalCachedMapCacheOptions.reconnectionStrategy(LocalCachedMapCacheOptions.ReconnectionStrategy reconnectionStrategy) Defines strategy for load missed local cache updates after Redis connection failure.