クラスの使用
org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
ReactiveZSetCommands.ZRankCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveZSetCommands.ZRankCommand 使用
修飾子と型メソッド説明ReactiveZSetCommands.ZRankCommand.indexOf(ByteBufferSE member) memberSE を指定して新しいReactiveZSetCommands.ZRankCommandを作成し、ランクを取得します(低から高の順序)。ReactiveZSetCommands.ZRankCommand.reverseIndexOf(ByteBufferSE member) memberSE を指定して新しいReactiveZSetCommands.ZIncrByCommandを作成し、逆のランク(高から低の順序)を取得します。ReactiveZSetCommands.ZRankCommand.storedWithin(ByteBufferSE key) キーを適用します。型 ReactiveZSetCommands.ZRankCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRankCommand,LongSE>> ReactiveZSetCommands.zRank(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRankCommand> commands) getDirection()によってスコアリングされたときに、ソートされたセット内の値を持つ要素のインデックスを決定します。型 ReactiveZSetCommands.ZRankCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZRankCommand,LongSE>> ReactiveZSetCommands.zRank(org.reactivestreams.Publisher<ReactiveZSetCommands.ZRankCommand> commands) getDirection()によってスコアリングされたときに、ソートされたセット内の値を持つ要素のインデックスを決定します。