Uses of Class
io.quarkus.redis.datasource.sortedset.ScoredValue
-
Packages that use ScoredValue Package Description io.quarkus.redis.datasource.sortedset io.quarkus.redis.runtime.datasource -
-
Uses of ScoredValue in io.quarkus.redis.datasource.sortedset
Fields in io.quarkus.redis.datasource.sortedset declared as ScoredValue Modifier and Type Field Description static ScoredValue<?>ScoredValue. EMPTYMethods in io.quarkus.redis.datasource.sortedset that return ScoredValue Modifier and Type Method Description ScoredValue<V>SortedSetCommands. bzmpopMax(Duration timeout, K... keys)Execute the command BZMPOP.ScoredValue<V>SortedSetCommands. bzmpopMin(Duration timeout, K... keys)Execute the command BZMPOP.static <T> ScoredValue<T>ScoredValue. empty()static <V> ScoredValue<V>ScoredValue. of(V v, double score)ScoredValue<V>SortedSetCommands. zmpopMax(K... keys)Execute the command ZMPOP.ScoredValue<V>SortedSetCommands. zmpopMin(K... keys)Execute the command ZMPOP.ScoredValue<V>SortedSetCommands. zpopmax(K key)Execute the command ZPOPMAX.ScoredValue<V>SortedSetCommands. zpopmin(K key)Execute the command ZPOPMIN.ScoredValue<V>SortedSetCommands. zrandmemberWithScores(K key)Execute the command ZRANDMEMBER.Methods in io.quarkus.redis.datasource.sortedset that return types with arguments of type ScoredValue Modifier and Type Method Description io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. bzmpopMax(Duration timeout, int count, K... keys)Execute the command BZMPOP.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. bzmpopMax(Duration timeout, K... keys)Execute the command BZMPOP.List<ScoredValue<V>>SortedSetCommands. bzmpopMax(Duration timeout, int count, K... keys)Execute the command BZMPOP.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. bzmpopMin(Duration timeout, int count, K... keys)Execute the command BZMPOP.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. bzmpopMin(Duration timeout, K... keys)Execute the command BZMPOP.List<ScoredValue<V>>SortedSetCommands. bzmpopMin(Duration timeout, int count, K... keys)Execute the command BZMPOP.io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>>ReactiveSortedSetCommands. bzpopmax(Duration timeout, K... keys)Execute the command BZPOPMAX.KeyValue<K,ScoredValue<V>>SortedSetCommands. bzpopmax(Duration timeout, K... keys)Execute the command BZPOPMAX.io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>>ReactiveSortedSetCommands. bzpopmin(Duration timeout, K... keys)Execute the command BZPOPMIN.KeyValue<K,ScoredValue<V>>SortedSetCommands. bzpopmin(Duration timeout, K... keys)Execute the command BZPOPMIN.Iterable<ScoredValue<V>>ZScanCursor. toIterable()Returns anIterableproviding each member of the sorted set individually.io.smallrye.mutiny.Multi<ScoredValue<V>>ReactiveZScanCursor. toMulti()Produces aMultiemitting each member from the sorted set individually.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zdiffWithScores(K... keys)Execute the command ZDIFF.List<ScoredValue<V>>SortedSetCommands. zdiffWithScores(K... keys)Execute the command ZDIFF.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zinterWithScores(ZAggregateArgs arguments, K... keys)Execute the command ZINTER.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zinterWithScores(K... keys)Execute the command ZINTER.List<ScoredValue<V>>SortedSetCommands. zinterWithScores(ZAggregateArgs arguments, K... keys)Execute the command ZINTER.List<ScoredValue<V>>SortedSetCommands. zinterWithScores(K... keys)Execute the command ZINTER.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zmpopMax(int count, K... keys)Execute the command ZMPOP.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. zmpopMax(K... keys)Execute the command ZMPOP.List<ScoredValue<V>>SortedSetCommands. zmpopMax(int count, K... keys)Execute the command ZMPOP.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zmpopMin(int count, K... keys)Execute the command ZMPOP.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. zmpopMin(K... keys)Execute the command ZMPOP.List<ScoredValue<V>>SortedSetCommands. zmpopMin(int count, K... keys)Execute the command ZMPOP.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. zpopmax(K key)Execute the command ZPOPMAX.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zpopmax(K key, int count)Execute the command ZPOPMAX.List<ScoredValue<V>>SortedSetCommands. zpopmax(K key, int count)Execute the command ZPOPMAX.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. zpopmin(K key)Execute the command ZPOPMIN.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zpopmin(K key, int count)Execute the command ZPOPMIN.List<ScoredValue<V>>SortedSetCommands. zpopmin(K key, int count)Execute the command ZPOPMIN.io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommands. zrandmemberWithScores(K key)Execute the command ZRANDMEMBER.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zrandmemberWithScores(K key, int count)Execute the command ZRANDMEMBER.List<ScoredValue<V>>SortedSetCommands. zrandmemberWithScores(K key, int count)Execute the command ZRANDMEMBER.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zrangebyscoreWithScores(K key, ScoreRange<Double> range)Execute the command ZRANGE.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zrangebyscoreWithScores(K key, ScoreRange<Double> range, ZRangeArgs args)Execute the command ZRANGE.List<ScoredValue<V>>SortedSetCommands. zrangebyscoreWithScores(K key, ScoreRange<Double> range)Execute the command ZRANGE.List<ScoredValue<V>>SortedSetCommands. zrangebyscoreWithScores(K key, ScoreRange<Double> range, ZRangeArgs args)Execute the command ZRANGE.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zrangeWithScores(K key, long start, long stop)Execute the command ZRANGE.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zrangeWithScores(K key, long start, long stop, ZRangeArgs args)Execute the command ZRANGE.List<ScoredValue<V>>SortedSetCommands. zrangeWithScores(K key, long start, long stop)Execute the command ZRANGE.List<ScoredValue<V>>SortedSetCommands. zrangeWithScores(K key, long start, long stop, ZRangeArgs args)Execute the command ZRANGE.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zunionWithScores(ZAggregateArgs args, K... keys)Execute the command ZUNION.io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommands. zunionWithScores(K... keys)Execute the command ZUNION.List<ScoredValue<V>>SortedSetCommands. zunionWithScores(ZAggregateArgs args, K... keys)Execute the command ZUNION.List<ScoredValue<V>>SortedSetCommands. zunionWithScores(K... keys)Execute the command ZUNION.Methods in io.quarkus.redis.datasource.sortedset with parameters of type ScoredValue Modifier and Type Method Description io.smallrye.mutiny.Uni<Integer>ReactiveSortedSetCommands. zadd(K key, ScoredValue<V>... items)Execute the command ZADD.io.smallrye.mutiny.Uni<Integer>ReactiveSortedSetCommands. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)Execute the command ZADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands. zadd(K key, ScoredValue<V>... items)Execute the command ZADD.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommands. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)Execute the command ZADD.intSortedSetCommands. zadd(K key, ScoredValue<V>... items)Execute the command ZADD.intSortedSetCommands. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)Execute the command ZADD.voidTransactionalSortedSetCommands. zadd(K key, ScoredValue<V>... items)Execute the command ZADD.voidTransactionalSortedSetCommands. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)Execute the command ZADD. -
Uses of ScoredValue in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return ScoredValue Modifier and Type Method Description ScoredValue<V>BlockingSortedSetCommandsImpl. bzmpopMax(Duration timeout, K... keys)ScoredValue<V>BlockingSortedSetCommandsImpl. bzmpopMin(Duration timeout, K... keys)(package private) ScoredValue<V>AbstractSortedSetCommands. decodeAsScoredValue(io.vertx.mutiny.redis.client.Response r)(package private) ScoredValue<V>AbstractSortedSetCommands. decodeAsScoredValueOrEmpty(io.vertx.mutiny.redis.client.Response r)(package private) ScoredValue<V>AbstractSortedSetCommands. decodePopResponse(io.vertx.mutiny.redis.client.Response r)ScoredValue<V>BlockingSortedSetCommandsImpl. zmpopMax(K... keys)ScoredValue<V>BlockingSortedSetCommandsImpl. zmpopMin(K... keys)ScoredValue<V>BlockingSortedSetCommandsImpl. zpopmax(K key)ScoredValue<V>BlockingSortedSetCommandsImpl. zpopmin(K key)ScoredValue<V>BlockingSortedSetCommandsImpl. zrandmemberWithScores(K key)Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type ScoredValue Modifier and Type Method Description List<ScoredValue<V>>BlockingSortedSetCommandsImpl. bzmpopMax(Duration timeout, int count, K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. bzmpopMax(Duration timeout, int count, K... keys)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. bzmpopMax(Duration timeout, K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. bzmpopMin(Duration timeout, int count, K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. bzmpopMin(Duration timeout, int count, K... keys)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. bzmpopMin(Duration timeout, K... keys)KeyValue<K,ScoredValue<V>>BlockingSortedSetCommandsImpl. bzpopmax(Duration timeout, K... keys)io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>>ReactiveSortedSetCommandsImpl. bzpopmax(Duration timeout, K... keys)KeyValue<K,ScoredValue<V>>BlockingSortedSetCommandsImpl. bzpopmin(Duration timeout, K... keys)io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>>ReactiveSortedSetCommandsImpl. bzpopmin(Duration timeout, K... keys)(package private) KeyValue<K,ScoredValue<V>>AbstractSortedSetCommands. decodeAsKeyValue(io.vertx.mutiny.redis.client.Response r)(package private) List<ScoredValue<V>>AbstractSortedSetCommands. decodeAsListOfScoredValues(io.vertx.mutiny.redis.client.Response response)(package private) List<ScoredValue<V>>AbstractSortedSetCommands. decodePopResponseWithCount(io.vertx.mutiny.redis.client.Response r)List<ScoredValue<V>>ZScanBlockingCursorImpl. next()io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ZScanReactiveCursorImpl. next()Iterable<ScoredValue<V>>ZScanBlockingCursorImpl. toIterable()io.smallrye.mutiny.Multi<ScoredValue<V>>ZScanReactiveCursorImpl. toMulti()List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zdiffWithScores(K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zdiffWithScores(K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zinterWithScores(ZAggregateArgs arguments, K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zinterWithScores(K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zinterWithScores(ZAggregateArgs arguments, K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zinterWithScores(K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zmpopMax(int count, K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zmpopMax(int count, K... keys)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. zmpopMax(K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zmpopMin(int count, K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zmpopMin(int count, K... keys)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. zmpopMin(K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zpopmax(K key, int count)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. zpopmax(K key)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zpopmax(K key, int count)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zpopmin(K key, int count)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. zpopmin(K key)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zpopmin(K key, int count)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zrandmemberWithScores(K key, int count)io.smallrye.mutiny.Uni<ScoredValue<V>>ReactiveSortedSetCommandsImpl. zrandmemberWithScores(K key)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zrandmemberWithScores(K key, int count)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zrangebyscoreWithScores(K key, ScoreRange<Double> range)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zrangebyscoreWithScores(K key, ScoreRange<Double> range, ZRangeArgs args)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zrangebyscoreWithScores(K key, ScoreRange<Double> range)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zrangebyscoreWithScores(K key, ScoreRange<Double> range, ZRangeArgs args)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zrangeWithScores(K key, long start, long stop)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zrangeWithScores(K key, long start, long stop, ZRangeArgs args)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zrangeWithScores(K key, long start, long stop)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zrangeWithScores(K key, long start, long stop, ZRangeArgs args)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zunionWithScores(ZAggregateArgs args, K... keys)List<ScoredValue<V>>BlockingSortedSetCommandsImpl. zunionWithScores(K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zunionWithScores(ZAggregateArgs args, K... keys)io.smallrye.mutiny.Uni<List<ScoredValue<V>>>ReactiveSortedSetCommandsImpl. zunionWithScores(K... keys)Methods in io.quarkus.redis.runtime.datasource with parameters of type ScoredValue Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands. _zadd(K key, ScoredValue<V>... items)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractSortedSetCommands. _zadd(K key, ZAddArgs args, ScoredValue<V>... items)intBlockingSortedSetCommandsImpl. zadd(K key, ScoredValue<V>... items)intBlockingSortedSetCommandsImpl. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)voidBlockingTransactionalSortedSetCommandsImpl. zadd(K key, ScoredValue<V>... items)voidBlockingTransactionalSortedSetCommandsImpl. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)io.smallrye.mutiny.Uni<Integer>ReactiveSortedSetCommandsImpl. zadd(K key, ScoredValue<V>... items)io.smallrye.mutiny.Uni<Integer>ReactiveSortedSetCommandsImpl. zadd(K key, ZAddArgs args, ScoredValue<V>... items)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl. zadd(K key, ScoredValue<V>... items)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalSortedSetCommandsImpl. zadd(K key, ZAddArgs zAddArgs, ScoredValue<V>... items)
-