クラスの使用
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateStoreCommand
ReactiveZSetCommands.ZAggregateStoreCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveZSetCommands.ZAggregateStoreCommand 使用
修飾子と型クラス説明static classZINTERSTOREコマンドパラメーター。static classZUNIONSTOREコマンドパラメーター。修飾子と型メソッド説明ReactiveZSetCommands.ZAggregateStoreCommand.aggregateUsing(Aggregate aggregateFunction) 特定のAggregate関数を適用します。ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights(ListSE<DoubleSE> weights) ウェイトのListSE を適用します。ReactiveZSetCommands.ZAggregateStoreCommand.applyWeights(Weights weights) Weightsを適用します。ReactiveZSetCommands.ZAggregateStoreCommand.sets(ListSE<ByteBufferSE> keys) キーのListSE を指定して、新しいReactiveZSetCommands.ZAggregateStoreCommandを作成します。ReactiveZSetCommands.ZAggregateStoreCommand.storeAs(ByteBufferSE key) 結果が保存されるキーを適用します。型 ReactiveZSetCommands.ZAggregateStoreCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,LongSE>> ReactiveZSetCommands.zInterStore(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) aggregateFunction を適用してソートされたセットを交差させ、結果を宛先 destinationKey に保存し、個々のセットに重みを適用します。reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,LongSE>> ReactiveZSetCommands.zUnionStore(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) aggregateFunction を適用してソートされたセットを結合し、結果を宛先 destinationKey に保存し、個々のセットに重みを適用します。型 ReactiveZSetCommands.ZAggregateStoreCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,LongSE>> ReactiveZSetCommands.zInterStore(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) aggregateFunction を適用してソートされたセットを交差させ、結果を宛先 destinationKey に保存し、個々のセットに重みを適用します。reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAggregateStoreCommand,LongSE>> ReactiveZSetCommands.zUnionStore(org.reactivestreams.Publisher<? extends ReactiveZSetCommands.ZAggregateStoreCommand> commands) aggregateFunction を適用してソートされたセットを結合し、結果を宛先 destinationKey に保存し、個々のセットに重みを適用します。