Uses of Class
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldType
Packages that use BitFieldSubCommands.BitFieldType
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of BitFieldSubCommands.BitFieldType in org.springframework.data.redis.connection
Fields in org.springframework.data.redis.connection declared as BitFieldSubCommands.BitFieldTypeModifier and TypeFieldDescriptionstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.INT_1616 bit signed Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.INT_3232 bit signed Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.INT_6464 bit signed Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.INT_88 bit signed Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.UINT_1616 bit unsigned Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.UINT_3232 bit unsigned Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.UINT_6464 bit unsigned Integerstatic final BitFieldSubCommands.BitFieldTypeBitFieldSubCommands.BitFieldType.UINT_88 bit unsigned IntegerMethods in org.springframework.data.redis.connection that return BitFieldSubCommands.BitFieldTypeModifier and TypeMethodDescriptionBitFieldSubCommands.AbstractBitFieldSubCommand.getType()BitFieldSubCommands.BitFieldSubCommand.getType()TheBitFieldSubCommands.BitFieldTypeto apply for the command.BitFieldSubCommands.BitFieldType.signed(int bits) Create new signedBitFieldSubCommands.BitFieldType.BitFieldSubCommands.BitFieldType.unsigned(int bits) Create new unsignedBitFieldSubCommands.BitFieldType.Methods in org.springframework.data.redis.connection with parameters of type BitFieldSubCommands.BitFieldTypeModifier 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.forType(BitFieldSubCommands.BitFieldType type) BitFieldSubCommands.BitFieldIncrByBuilder.forType(BitFieldSubCommands.BitFieldType type) BitFieldSubCommands.BitFieldSetBuilder.forType(BitFieldSubCommands.BitFieldType type) BitFieldSubCommands.get(BitFieldSubCommands.BitFieldType type) Obtain a newBitFieldSubCommands.BitFieldGetBuilderfor creating and adding aBitFieldSubCommands.BitFieldGetsub command.BitFieldSubCommands.incr(BitFieldSubCommands.BitFieldType type) Obtain a newBitFieldSubCommands.BitFieldIncrByBuilderfor creating and adding aBitFieldSubCommands.BitFieldIncrBysub command.BitFieldSubCommands.set(BitFieldSubCommands.BitFieldType type) Obtain a newBitFieldSubCommands.BitFieldSetBuilderfor creating and adding aBitFieldSubCommands.BitFieldSetsub command.