Uses of Class
org.redisson.api.LocalCachedMapOptions.ReconnectionStrategy
-
Packages that use LocalCachedMapOptions.ReconnectionStrategy Package Description org.redisson.api -
-
Uses of LocalCachedMapOptions.ReconnectionStrategy in org.redisson.api
Methods in org.redisson.api that return LocalCachedMapOptions.ReconnectionStrategy Modifier and Type Method Description LocalCachedMapOptions.ReconnectionStrategy
LocalCachedMapOptions. getReconnectionStrategy()
static LocalCachedMapOptions.ReconnectionStrategy
LocalCachedMapOptions.ReconnectionStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalCachedMapOptions.ReconnectionStrategy[]
LocalCachedMapOptions.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 LocalCachedMapOptions.ReconnectionStrategy Modifier and Type Method Description LocalCachedMapOptions<K,V>
LocalCachedMapOptions. reconnectionStrategy(LocalCachedMapOptions.ReconnectionStrategy reconnectionStrategy)
-