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