クラス ReactiveStringCommands.BitFieldCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveStringCommands.BitFieldCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveStringCommands
public static class ReactiveStringCommands.BitFieldCommand
extends ReactiveRedisConnection.KeyCommand
BITFIELD コマンドパラメーター。- 導入:
- 2.1
- 作成者:
- Mark Paluch
- 関連事項:
方法の概要
修飾子と型メソッド説明bitField(ByteBufferSE key) キーを指定して新しいReactiveStringCommands.BitFieldCommandを作成します。commands(BitFieldSubCommands commands) BitFieldSubCommandsを適用します。@Nullable BitFieldSubCommandsクラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
メソッドの詳細
bitField
キーを指定して新しいReactiveStringCommands.BitFieldCommandを作成します。- パラメーター:
key- null であってはなりません。- 戻り値:
- キー用の新しい
ReactiveStringCommands.BitFieldCommand。
commands
BitFieldSubCommandsを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
commands- null であってはなりません。- 戻り値:
BitFieldSubCommandsが適用された新しいBitFieldSubCommands。
getSubCommands