Class BitFieldSubCommands.BitFieldIncrByBuilder
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrByBuilder
- Enclosing class:
- BitFieldSubCommands
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionby
(long value) Set the value used for increasing.Set theBitFieldSubCommands.BitFieldIncrBy.Overflow
to be used for this and any subsequentBitFieldSubCommands.BitFieldIncrBy
commands.valueAt
(long offset) Set the zero based bit offset.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.
-
Method Details
-
forType
-
valueAt
Set the zero based bit offset.- Parameters:
offset
- must not be null.- Returns:
-
valueAt
Set the bit offset.- Parameters:
offset
- must not be null.- Returns:
-
overflow
public BitFieldSubCommands.BitFieldIncrByBuilder overflow(BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) Set theBitFieldSubCommands.BitFieldIncrBy.Overflow
to be used for this and any subsequentBitFieldSubCommands.BitFieldIncrBy
commands.- Parameters:
overflow
-- Returns:
-
by
Set the value used for increasing.- Parameters:
value
-- Returns:
-