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 classRedissonSet<V>Distributed and concurrent implementation ofSetclassRedissonSetMultimapValues<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 interfaceRSet<V>Redis based implementation ofSetMethods 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 classRedissonTransactionalSet<V>
-