クラス ReactiveZSetCommands.ZInterStoreCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveZSetCommands
public static class ReactiveZSetCommands.ZInterStoreCommand
extends ReactiveZSetCommands.ZAggregateStoreCommand
ZINTERSTORE コマンドパラメーター。- 導入:
- 2.0
- 作成者:
- Christoph Strobl
- 関連事項:
方法の概要
修飾子と型メソッド説明aggregateUsing(@Nullable Aggregate aggregateFunction) 特定のAggregate関数を適用します。applyWeights(ListSE<DoubleSE> weights) ウェイトのCollectionSE を適用します。applyWeights(Weights weights) Weightsを適用します。sets(ListSE<ByteBufferSE> keys) キーのListSE を指定して、新しいReactiveZSetCommands.ZInterStoreCommandを作成します。storeAs(ByteBufferSE key) 結果が保存されるキーを適用します。クラス ReactiveZSetCommands.ZAggregateStoreCommand から継承されたメソッド
getAggregateFunction, getSourceKeys, getWeightsクラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
メソッドの詳細
sets
キーのListSE を指定して、新しいReactiveZSetCommands.ZInterStoreCommandを作成します。- パラメーター:
keys- null であってはなりません。- 戻り値:
- キーの
ListSE 用の新しいReactiveZSetCommands.ZInterStoreCommand。
applyWeights
ウェイトのCollectionSE を適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- オーバーライド:
- クラス
ReactiveZSetCommands.ZAggregateStoreCommandのapplyWeights - パラメーター:
weights- null であってはなりません。- 戻り値:
- 重みが適用された新しい
ReactiveZSetCommands.ZInterStoreCommand。
applyWeights
Weightsを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- オーバーライド:
- クラス
ReactiveZSetCommands.ZAggregateStoreCommandのapplyWeights - パラメーター:
weights- null であってはなりません。- 戻り値:
- 重みが適用された新しい
ReactiveZSetCommands.ZInterStoreCommand。 - 導入:
- 2.1
aggregateUsing
public ReactiveZSetCommands.ZInterStoreCommand aggregateUsing(@Nullable Aggregate aggregateFunction) 特定のAggregate関数を適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- オーバーライド:
- クラス
ReactiveZSetCommands.ZAggregateStoreCommandのaggregateUsing - パラメーター:
aggregateFunction- null でもかまいません。- 戻り値:
Aggregateが適用された新しいReactiveZSetCommands.ZInterStoreCommand。
storeAs
結果が保存されるキーを適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- オーバーライド:
- クラス
ReactiveZSetCommands.ZAggregateStoreCommandのstoreAs - パラメーター:
key- null であってはなりません。- 戻り値:
- キーが適用された新しい
ReactiveZSetCommands.ZInterStoreCommand。