Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.Offset
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.Offset in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionBitFieldSubCommands.AbstractBitFieldSubCommand.getOffset()
BitFieldSubCommands.BitFieldSubCommand.getOffset()
The bit offset to apply for the command.BitFieldSubCommands.Offset.multipliedByTypeLength()
Creates new type based offset.static BitFieldSubCommands.Offset
BitFieldSubCommands.Offset.offset
(long offset) Creates new zero based offset.Modifier and TypeMethodDescriptionBitFieldSubCommands.BitFieldGet.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset) Creates a newBitFieldSubCommands.BitFieldGet
.BitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value) Creates a newBitFieldSubCommands.BitFieldIncrBy
.BitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value, BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) Creates a newBitFieldSubCommands.BitFieldIncrBy
.BitFieldSubCommands.BitFieldSet.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value) Creates a newBitFieldSubCommands.BitFieldSet
.BitFieldSubCommands.BitFieldGetBuilder.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.BitFieldSubCommands.BitFieldIncrByBuilder.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.BitFieldSubCommands.BitFieldSetBuilder.valueAt
(BitFieldSubCommands.Offset offset) Set the bit offset.