Package org.redisson.api.queue
Class DequeMoveParams
java.lang.Object
org.redisson.api.queue.DequeMoveParams
- All Implemented Interfaces:
DequeMoveArgs,DequeMoveDestination
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddFirstTo(String name) Define to add removed element as the head element of destination queue.Define to add removed element as the head element of specified queue.
-
Method Details
-
addFirstTo
Description copied from interface:DequeMoveDestinationDefine to add removed element as the head element of destination queue.- Specified by:
addFirstToin interfaceDequeMoveDestination- Parameters:
name- - name of destination queue- Returns:
- arguments object
-
addLastTo
Description copied from interface:DequeMoveDestinationDefine to add removed element as the head element of specified queue.- Specified by:
addLastToin interfaceDequeMoveDestination- Parameters:
name- - name of destination queue- Returns:
- arguments object
-
getSourceDirection
-
getDestDirection
-
getDestName
-