Uses of Interface
org.redisson.api.map.MapWriterAsync
Packages that use MapWriterAsync
-
Uses of MapWriterAsync in org.redisson.api
Methods in org.redisson.api that return MapWriterAsyncMethods in org.redisson.api with parameters of type MapWriterAsyncModifier and TypeMethodDescriptionLocalCachedMapOptions.writerAsync(MapWriterAsync<K, V> writer) Deprecated.MapCacheOptions.writerAsync(MapWriterAsync<K, V> writer) MapOptions<K, V> MapOptions.writerAsync(MapWriterAsync<K, V> writer) Deprecated.DefinesMapWriterAsyncobject which is invoked during write operation. -
Uses of MapWriterAsync in org.redisson.api.map
Classes in org.redisson.api.map that implement MapWriterAsyncConstructors in org.redisson.api.map with parameters of type MapWriterAsyncModifierConstructorDescriptionRetryableMapWriterAsync(MapOptions<K, V> options, MapWriterAsync<K, V> mapWriterAsync) -
Uses of MapWriterAsync in org.redisson.api.options
Methods in org.redisson.api.options with parameters of type MapWriterAsyncModifier and TypeMethodDescriptionExMapOptions.writerAsync(MapWriterAsync<K, V> writer) DefinesMapWriterAsyncobject which is invoked during write operation.