クラスの使用
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 BitFieldSubCommandsBitFieldSubCommands.create()新しいBitFieldSubCommandsを作成します。static BitFieldSubCommandsBitFieldSubCommands.create(BitFieldSubCommands.BitFieldSubCommand... subCommands) 複数の BitFieldSubCommand を使用して新しいBitFieldSubCommandsを作成します。protected BitFieldSubCommandsBitFieldSubCommands.get(BitFieldSubCommands.BitFieldGet get) 指定されたBitFieldSubCommands.BitFieldGetをサブコマンドに追加して、新しいBitFieldSubCommandsを作成します。ReactiveStringCommands.BitFieldCommand.getSubCommands()protected BitFieldSubCommandsBitFieldSubCommands.incr(BitFieldSubCommands.BitFieldIncrBy incrBy) 指定されたBitFieldSubCommands.BitFieldIncrByをサブコマンドに追加して、新しいBitFieldSubCommandsを作成します。protected BitFieldSubCommandsBitFieldSubCommands.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.BitFieldArgsLettuceConverters.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()を推奨。