Uses of Interface
org.redisson.api.queue.DequeMoveDestination
-
Packages that use DequeMoveDestination Package Description org.redisson.api.queue -
-
Uses of DequeMoveDestination in org.redisson.api.queue
Methods in org.redisson.api.queue that return DequeMoveDestination Modifier and Type Method Description static DequeMoveDestination
DequeMoveArgs. pollFirst()
Define to remove the head element of this queue.static DequeMoveDestination
DequeMoveArgs. pollLast()
Define to remove the tail element of this queue.
-