クラス ReactiveHashCommands.HGetDelCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HashFieldsCommand
org.springframework.data.redis.connection.ReactiveHashCommands.HGetDelCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveHashCommands
public static class ReactiveHashCommands.HGetDelCommand
extends ReactiveHashCommands.HashFieldsCommand
HGETDEL
ReactiveRedisConnection.Command。- 導入:
- 4.0
- 作成者:
- Viktoriya Kutsarova
- 関連事項:
方法の概要
修飾子と型メソッド説明field(ByteBufferSE field) field nameSE を指定して新しいReactiveHashCommands.HGetDelCommandを作成します。fields(CollectionSE<ByteBufferSE> fields) フィールド名のCollectionSE を指定して、新しいReactiveHashCommands.HGetDelCommandを作成します。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.HGetDelCommandを作成します。- パラメーター:
field- null であってはなりません。- 戻り値:
field nameSE 用の新しいReactiveHashCommands.HGetDelCommand。
fields
フィールド名のCollectionSE を指定して、新しいReactiveHashCommands.HGetDelCommandを作成します。- パラメーター:
fields- null であってはなりません。- 戻り値:
- フィールド名の
CollectionSE 用の新しいReactiveHashCommands.HGetDelCommand。
from
ハッシュキーを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
key- null であってはなりません。- 戻り値:
- キーが適用された新しい
ReactiveHashCommands.HGetDelCommand。