Uses of Interface
org.redisson.api.RTransferQueue
-
Packages that use RTransferQueue Package Description org.redisson org.redisson.api -
-
Uses of RTransferQueue in org.redisson
Classes in org.redisson that implement RTransferQueue Modifier and Type Class Description class
RedissonTransferQueue<V>
Methods in org.redisson that return RTransferQueue Modifier and Type Method Description <V> RTransferQueue<V>
Redisson. getTransferQueue(String name)
<V> RTransferQueue<V>
Redisson. getTransferQueue(String name, Codec codec)
-
Uses of RTransferQueue in org.redisson.api
Methods in org.redisson.api that return RTransferQueue Modifier and Type Method Description <V> RTransferQueue<V>
RedissonClient. getTransferQueue(String name)
Returns transfer queue instance by name.<V> RTransferQueue<V>
RedissonClient. getTransferQueue(String name, Codec codec)
Returns transfer queue instance by name using provided codec for queue objects.
-