Uses of Class
org.redisson.api.MapOptions
Packages that use MapOptions
-
Uses of MapOptions in org.redisson
Methods in org.redisson with parameters of type MapOptionsModifier and TypeMethodDescription<K,V> RMap <K, V> Redisson.getMap(String name, MapOptions<K, V> options) <K,V> RMap <K, V> Redisson.getMap(String name, Codec codec, MapOptions<K, V> options) <K,V> RMapReactive <K, V> RedissonReactive.getMap(String name, MapOptions<K, V> options) <K,V> RMapReactive <K, V> RedissonReactive.getMap(String name, Codec codec, MapOptions<K, V> options) <K,V> RMapRx <K, V> RedissonRx.getMap(String name, MapOptions<K, V> options) <K,V> RMapRx <K, V> RedissonRx.getMap(String name, Codec codec, MapOptions<K, V> options) WriteBehindService.start(String name, MapOptions<?, ?> options) Constructors in org.redisson with parameters of type MapOptionsModifierConstructorDescriptionMapWriteBehindTask(String name, CommandAsyncExecutor commandExecutor, MapOptions<?, ?> options) RedissonMap(Codec codec, CommandAsyncExecutor commandExecutor, String name, RedissonClient redisson, MapOptions<K, V> options, WriteBehindService writeBehindService) RedissonMap(CommandAsyncExecutor commandExecutor, String name, RedissonClient redisson, MapOptions<K, V> options, WriteBehindService writeBehindService) RedissonMapCacheNative(Codec codec, CommandAsyncExecutor commandExecutor, String name, RedissonClient redisson, MapOptions<K, V> options, WriteBehindService writeBehindService) RedissonMapCacheNative(CommandAsyncExecutor commandExecutor, String name, RedissonClient redisson, MapOptions<K, V> options, WriteBehindService writeBehindService) -
Uses of MapOptions in org.redisson.api
Subclasses of MapOptions in org.redisson.apiModifier and TypeClassDescriptionclassConfiguration for LocalCachedMapCache object.classDeprecated.classMapCacheOptions<K,V> Deprecated.Methods in org.redisson.api that return MapOptionsModifier and TypeMethodDescriptionstatic <K,V> MapOptions <K, V> MapOptions.defaults()Deprecated.Creates a new instance of MapOptions with default options.MapOptions<K, V> Deprecated.SetsMapLoaderobject.MapOptions<K, V> MapOptions.loaderAsync(MapLoaderAsync<K, V> loaderAsync) Deprecated.SetsMapLoaderAsyncobject.MapOptions<K, V> MapOptions.writeBehindBatchSize(int writeBehindBatchSize) Deprecated.Sets write behind tasks batch size.MapOptions<K, V> MapOptions.writeBehindDelay(int writeBehindDelay) Deprecated.Sets write behind tasks execution delay.MapOptions<K, V> MapOptions.writeMode(MapOptions.WriteMode writeMode) Deprecated.Sets write mode.MapOptions<K, V> Deprecated.DefinesMapWriterobject which is invoked during write operation.MapOptions<K, V> MapOptions.writerAsync(MapWriterAsync<K, V> writer) Deprecated.DefinesMapWriterAsyncobject which is invoked during write operation.MapOptions<K, V> MapOptions.writerRetryAttempts(int writerRetryAttempts) Deprecated.Sets max retry attempts forRetryableMapWriterorRetryableMapWriterAsyncMapOptions<K, V> MapOptions.writerRetryInterval(Duration writerRetryInterval) Deprecated.Sets retry interval forRetryableMapWriterorRetryableMapWriterAsyncMethods in org.redisson.api with parameters of type MapOptionsModifier and TypeMethodDescription<K,V> RMap <K, V> RedissonClient.getMap(String name, MapOptions<K, V> options) Deprecated.<K,V> RMap <K, V> RedissonClient.getMap(String name, Codec codec, MapOptions<K, V> options) Deprecated.<K,V> RMapReactive <K, V> RedissonReactiveClient.getMap(String name, MapOptions<K, V> options) Deprecated.<K,V> RMapReactive <K, V> RedissonReactiveClient.getMap(String name, Codec codec, MapOptions<K, V> options) Deprecated.<K,V> RMapRx <K, V> RedissonRxClient.getMap(String name, MapOptions<K, V> options) Deprecated.<K,V> RMapRx <K, V> RedissonRxClient.getMap(String name, Codec codec, MapOptions<K, V> options) Deprecated.Constructors in org.redisson.api with parameters of type MapOptions -
Uses of MapOptions in org.redisson.api.map
Constructors in org.redisson.api.map with parameters of type MapOptionsModifierConstructorDescriptionRetryableMapWriter(MapOptions<K, V> options, MapWriter<K, V> mapWriter) RetryableMapWriterAsync(MapOptions<K, V> options, MapWriterAsync<K, V> mapWriterAsync)