Uses of Enum Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrBy.Overflow
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldIncrBy.Overflow in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldIncrBy.getOverflow()
Get the overflow to apply.Returns the enum constant of this class with the specified name.BitFieldSubCommands.BitFieldIncrBy.Overflow.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value, BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) Creates a newBitFieldSubCommands.BitFieldIncrBy
.BitFieldSubCommands.BitFieldIncrByBuilder.overflow
(BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) Set theBitFieldSubCommands.BitFieldIncrBy.Overflow
to be used for this and any subsequentBitFieldSubCommands.BitFieldIncrBy
commands.