クラス ReactiveHashCommands.HGetCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HashFieldsCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
- 実装されているすべてのインターフェース:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveHashCommands
- 導入:
- 2.0
- 作成者:
- Christoph Strobl
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明field(ByteBufferSE field) field nameSE を指定して新しいReactiveHashCommands.HGetCommandを作成します。fields(CollectionSE<ByteBufferSE> fields) フィールド名のCollectionSE を指定して、新しいReactiveHashCommands.HGetCommandを作成します。from(ByteBufferSE key) ハッシュキーを適用します。クラス ReactiveHashCommands.HashFieldsCommand から継承されたメソッド
getFieldsクラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
メソッドの詳細
field
field nameSE を指定して新しいReactiveHashCommands.HGetCommandを作成します。- パラメーター:
field- null であってはなりません。- 戻り値:
field nameSE 用の新しいReactiveHashCommands.HGetCommand。
fields
フィールド名のCollectionSE を指定して、新しいReactiveHashCommands.HGetCommandを作成します。- パラメーター:
fields- null であってはなりません。- 戻り値:
- フィールド名の
CollectionSE 用の新しいReactiveHashCommands.HGetCommand。
from
ハッシュキーを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
key- null であってはなりません。- 戻り値:
- キーが適用された新しい
ReactiveHashCommands.HGetCommand。