クラス ReactiveStringCommands.SetBitCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
- ReactiveStringCommands
SETBIT コマンドパラメーター。- 作成者:
- Christoph Strobl
- 関連事項:
方法の概要
修飾子と型メソッド説明atOffset(long index) オフセットインデックスを適用します。bit(ByteBufferSE key) キーを指定して新しいReactiveStringCommands.SetBitCommandを作成します。booleangetValue()to(boolean bit) ビットを適用します。クラス org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.data.redis.connection.ReactiveRedisConnection.Command から継承されたメソッド
getName
方法の詳細
bit
キーを指定して新しいReactiveStringCommands.SetBitCommandを作成します。- パラメーター:
key- null であってはなりません。- 戻り値:
- キー用の新しい
ReactiveStringCommands.SetBitCommand。
atOffset
オフセットインデックスを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
index-- 戻り値:
- オフセットが適用された新しい
ReactiveStringCommands.SetBitCommand。
to
ビットを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
bit-- 戻り値:
- オフセットが適用された新しい
ReactiveStringCommands.SetBitCommand。
getOffset
- 戻り値:
- null でもかまいません。
getValue
public boolean getValue()- 戻り値:
- 決して null にはなりません。