Package org.redisson.api.map
Class RetryableMapWriterAsync<K,V>
java.lang.Object
org.redisson.api.map.RetryableMapWriterAsync<K,V>
- All Implemented Interfaces:
MapWriterAsync<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionRetryableMapWriterAsync(MapOptions<K, V> options, MapWriterAsync<K, V> mapWriterAsync) -
Method Summary
Modifier and TypeMethodDescriptiondelete(Collection<K> keys) voidsetServiceManager(ServiceManager serviceManager)
-
Constructor Details
-
RetryableMapWriterAsync
-
-
Method Details
-
setServiceManager
-
write
- Specified by:
writein interfaceMapWriterAsync<K,V>
-
delete
- Specified by:
deletein interfaceMapWriterAsync<K,V>
-