Uses of Interface
org.redisson.api.RSetAsync
-
Packages that use RSetAsync Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RSetAsync in org.redisson
Classes in org.redisson that implement RSetAsync Modifier and Type Class Description class
RedissonSet<V>
Distributed and concurrent implementation ofSet
class
RedissonSetMultimapValues<V>
Set based Multimap Cache values holderMethods in org.redisson that return RSetAsync Modifier and Type Method Description <V> RSetAsync<V>
RedissonBatch. getSet(String name)
<V> RSetAsync<V>
RedissonBatch. getSet(String name, Codec codec)
-
Uses of RSetAsync in org.redisson.api
Subinterfaces of RSetAsync in org.redisson.api Modifier and Type Interface Description interface
RSet<V>
Redis based implementation ofSet
Methods in org.redisson.api that return RSetAsync Modifier and Type Method Description <V> RSetAsync<V>
RBatch. getSet(String name)
Returns set instance by name.<V> RSetAsync<V>
RBatch. getSet(String name, Codec codec)
-
Uses of RSetAsync in org.redisson.transaction
Classes in org.redisson.transaction that implement RSetAsync Modifier and Type Class Description class
RedissonTransactionalSet<V>
-