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