クラスの使用
org.springframework.data.redis.connection.BitFieldSubCommands
BitFieldSubCommands を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Lettuce の接続パッケージ Redis クライアント。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の BitFieldSubCommands 使用
修飾子と型メソッド説明BitFieldSubCommands.BitFieldIncrByBuilder.by
(long value) 増加に使用する値を設定します。static BitFieldSubCommands
BitFieldSubCommands.create()
新しいBitFieldSubCommands
を作成します。static BitFieldSubCommands
BitFieldSubCommands.create
(BitFieldSubCommands.BitFieldSubCommand... subCommands) 複数の BitFieldSubCommand を使用して新しいBitFieldSubCommands
を作成します。protected BitFieldSubCommands
BitFieldSubCommands.get
(BitFieldSubCommands.BitFieldGet get) 指定されたBitFieldSubCommands.BitFieldGet
をサブコマンドに追加して、新しいBitFieldSubCommands
を作成します。ReactiveStringCommands.BitFieldCommand.getSubCommands()
protected BitFieldSubCommands
BitFieldSubCommands.incr
(BitFieldSubCommands.BitFieldIncrBy incrBy) 指定されたBitFieldSubCommands.BitFieldIncrBy
をサブコマンドに追加して、新しいBitFieldSubCommands
を作成します。protected BitFieldSubCommands
BitFieldSubCommands.set
(BitFieldSubCommands.BitFieldSet set) 指定されたBitFieldSubCommands.BitFieldSet
をサブコマンドに追加して、新しいBitFieldSubCommands
を作成します。BitFieldSubCommands.BitFieldSetBuilder.to
(long value) 値を設定します。BitFieldSubCommands.BitFieldGetBuilder.valueAt
(long offset) ゼロベースのビットオフセットを設定します。BitFieldSubCommands.BitFieldGetBuilder.valueAt
(BitFieldSubCommands.Offset offset) ビットオフセットを設定します。型 BitFieldSubCommands のパラメーターを持つ org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明DefaultStringRedisConnection.bitfield
(StringSE key, BitFieldSubCommands operation) StringRedisConnection.bitfield
(StringSE key, BitFieldSubCommands command) さまざまなビット幅の特定の整数フィールドと、特定のkey
に格納されている任意の非(必要な)整列オフセットを取得 / 操作します。DefaultedRedisConnection.bitField
(byte[] key, BitFieldSubCommands subCommands) 使用すべきではありません。DefaultStringRedisConnection.bitField
(byte[] key, BitFieldSubCommands subCommands) ReactiveStringCommands.bitField
(ByteBufferSE key, BitFieldSubCommands subCommands) さまざまなビット幅の特定の整数フィールドと、特定のkey
に格納されている任意の非(必要な)整列オフセットを取得 / 操作します。RedisStringCommands.bitField
(byte[] key, BitFieldSubCommands subCommands) さまざまなビット幅の特定の整数フィールドと、特定のkey
に格納されている任意の非(必要な)整列オフセットを取得 / 操作します。ReactiveStringCommands.BitFieldCommand.commands
(BitFieldSubCommands commands) BitFieldSubCommands
を適用します。org.springframework.data.redis.connection.lettuce 内の BitFieldSubCommands 使用
型 BitFieldSubCommands のパラメーターを持つ org.springframework.data.redis.connection.lettuce のメソッド修飾子と型メソッド説明static io.lettuce.core.BitFieldArgs
LettuceConverters.toBitFieldArgs
(BitFieldSubCommands subCommands) BitFieldSubCommands
をBitFieldArgs
に変換します。org.springframework.data.redis.core 内の BitFieldSubCommands 使用
型 BitFieldSubCommands のパラメーターを持つ org.springframework.data.redis.core のメソッド修飾子と型メソッド説明ReactiveValueOperations.bitField
(K key, BitFieldSubCommands command) さまざまなビット幅の特定の整数フィールドと、特定のkey
に格納されている任意の非(必要な)整列オフセットを取得 / 操作します。ValueOperations.bitField
(K key, BitFieldSubCommands subCommands) さまざまなビット幅の特定の整数フィールドと、特定のkey
に格納されている任意の非(必要な)整列オフセットを取得 / 操作します。
RedisCommandsProvider.stringCommands()
を推奨。