Uses of Interface
org.redisson.api.queue.DequeMoveDestination
-
Uses of DequeMoveDestination in org.redisson.api.queue
Modifier and TypeMethodDescriptionstatic 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.