クラス ReactiveSetCommands.SInterStoreCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
- 実装されたすべてのインターフェース:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
- ReactiveSetCommands
public static class ReactiveSetCommands.SInterStoreCommand
extends ReactiveRedisConnection.KeyCommand
SINTERSTORE
コマンドパラメーター。- 作成者:
- Christoph Strobl
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明getKeys()
keys
(CollectionSE<ByteBufferSE> keys) キーのCollection
SE を指定して、新しいReactiveSetCommands.SInterStoreCommand
を作成します。storeAt
(ByteBufferSE key) 結果が保存されるキーを適用します。クラス 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
メソッドの詳細
keys
キーのCollection
SE を指定して、新しいReactiveSetCommands.SInterStoreCommand
を作成します。- パラメーター:
keys
- null であってはなりません。- 戻り値:
- 値の
Collection
SE 用の新しいReactiveSetCommands.SInterStoreCommand
。
storeAt
結果が保存されるキーを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
key
- null であってはなりません。- 戻り値:
- キーが適用された新しい
ReactiveSetCommands.SInterStoreCommand
。
getKeys
- 戻り値: