Uses of Enum
org.redisson.api.queue.DequeMoveParams.Direction
Packages that use DequeMoveParams.Direction
-
Uses of DequeMoveParams.Direction in org.redisson.api.queue
Methods in org.redisson.api.queue that return DequeMoveParams.DirectionModifier and TypeMethodDescriptionDequeMoveParams.getDestDirection()DequeMoveParams.getSourceDirection()static DequeMoveParams.DirectionReturns 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.DirectionModifier and TypeMethodDescriptionvoidDequeMoveParams.setDestDirection(DequeMoveParams.Direction destDirection) voidDequeMoveParams.setSourceDirection(DequeMoveParams.Direction sourceDirection)