Class BitFieldSubCommands.BitFieldGet
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldGet
- All Implemented Interfaces:
BitFieldSubCommands.BitFieldSubCommand
- Enclosing class:
- BitFieldSubCommands
public static class BitFieldSubCommands.BitFieldGet
extends BitFieldSubCommands.AbstractBitFieldSubCommand
The
GET
sub command used with BitFieldSubCommands
.- Since:
- 2.1
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset) Creates a newBitFieldSubCommands.BitFieldGet
.The actual sub command
-
Constructor Details
-
BitFieldGet
public BitFieldGet()
-
-
Method Details
-
create
public static BitFieldSubCommands.BitFieldGet create(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset) Creates a newBitFieldSubCommands.BitFieldGet
.- Parameters:
type
- must not be null.offset
- must not be null.- Returns:
- Since:
- 2.5.2
-
getCommand
Description copied from interface:BitFieldSubCommands.BitFieldSubCommand
The actual sub command- Returns:
- never null.
-