クラスの使用
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldIncrBy
BitFieldSubCommands.BitFieldIncrBy を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の BitFieldSubCommands.BitFieldIncrBy 使用
修飾子と型メソッド説明BitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value) 新しいBitFieldSubCommands.BitFieldIncrBy
を作成します。BitFieldSubCommands.BitFieldIncrBy.create
(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset, long value, BitFieldSubCommands.BitFieldIncrBy.Overflow overflow) 新しいBitFieldSubCommands.BitFieldIncrBy
を作成します。型 BitFieldSubCommands.BitFieldIncrBy のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明protected BitFieldSubCommands
BitFieldSubCommands.incr
(BitFieldSubCommands.BitFieldIncrBy incrBy) 指定されたBitFieldSubCommands.BitFieldIncrBy
をサブコマンドに追加して、新しいBitFieldSubCommands
を作成します。