Uses of Class
org.redisson.api.queue.DequeMoveParams.Direction
-
Packages that use DequeMoveParams.Direction Package Description org.redisson.api.queue -
-
Uses of DequeMoveParams.Direction in org.redisson.api.queue
Methods in org.redisson.api.queue that return DequeMoveParams.Direction Modifier and Type Method Description DequeMoveParams.Direction
DequeMoveParams. getDestDirection()
DequeMoveParams.Direction
DequeMoveParams. getSourceDirection()
static DequeMoveParams.Direction
DequeMoveParams.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static DequeMoveParams.Direction[]
DequeMoveParams.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.queue with parameters of type DequeMoveParams.Direction Modifier and Type Method Description void
DequeMoveParams. setDestDirection(DequeMoveParams.Direction destDirection)
void
DequeMoveParams. setSourceDirection(DequeMoveParams.Direction sourceDirection)
-