クラスの使用
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAggregateCommand
ReactiveZSetCommands.ZAggregateCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveZSetCommands.ZAggregateCommand 使用
修飾子と型メソッド説明ReactiveZSetCommands.ZAggregateCommand.aggregateUsing(@Nullable Aggregate aggregateFunction) 特定のAggregate関数を適用します。ReactiveZSetCommands.ZAggregateCommand.applyWeights(ListSE<DoubleSE> weights) ウェイトのListSE を適用します。ReactiveZSetCommands.ZAggregateCommand.applyWeights(Weights weights) Weightsを適用します。ReactiveZSetCommands.ZAggregateCommand.sets(ListSE<ByteBufferSE> keys) キーのListSE を指定して、新しいReactiveZSetCommands.ZAggregateCommandを作成します。型 ReactiveZSetCommands.ZAggregateCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand, Flux<ByteBufferSE>>> ReactiveZSetCommands.zInter(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを交差させ、個々のセットに重みを適用します。ReactiveZSetCommands.zInterWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを交差させ、個々のセットに重みを適用します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand, Flux<ByteBufferSE>>> ReactiveZSetCommands.zUnion(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを結合し、個々のセットに重みを適用します。ReactiveZSetCommands.zUnionWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを結合し、個々のセットに重みを適用します。型 ReactiveZSetCommands.ZAggregateCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand, Flux<ByteBufferSE>>> ReactiveZSetCommands.zInter(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを交差させ、個々のセットに重みを適用します。ReactiveZSetCommands.zInterWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを交差させ、個々のセットに重みを適用します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveZSetCommands.ZAggregateCommand, Flux<ByteBufferSE>>> ReactiveZSetCommands.zUnion(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを結合し、個々のセットに重みを適用します。ReactiveZSetCommands.zUnionWithScores(Publisher<? extends ReactiveZSetCommands.ZAggregateCommand> commands) aggregateFunction を適用してソートされたセットを結合し、個々のセットに重みを適用します。