| Package | Description |
|---|---|
| org.redisson.api.queue |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DequeMoveParams.setDestDirection(DequeMoveParams.Direction destDirection) |
void |
DequeMoveParams.setSourceDirection(DequeMoveParams.Direction sourceDirection) |
Copyright © 2014–2021 Redisson. All rights reserved.