Uses of Interface
org.springframework.data.redis.core.ZSetOperations.TypedTuple
Packages that use ZSetOperations.TypedTuple
Package
Description
Core package for integrating Redis with Spring concepts.
Package providing implementations for most of the
java.util collections on top of Redis.-
Uses of ZSetOperations.TypedTuple in org.springframework.data.redis.core
Classes in org.springframework.data.redis.core that implement ZSetOperations.TypedTupleModifier and TypeClassDescriptionclassDefault implementation of TypedTuple.Methods in org.springframework.data.redis.core that return ZSetOperations.TypedTupleModifier and TypeMethodDescriptionstatic <V> ZSetOperations.TypedTuple<V>Create a newZSetOperations.TypedTuple.BoundZSetOperations.popMax()Remove and return the value with its score having the highest score from sorted set at the bound key.Remove and return the value with its score having the highest score from sorted set at the bound key.default ZSetOperations.TypedTuple<V>Remove and return the value with its score having the highest score from sorted set at the bound key.Remove and return the value with its score having the highest score from sorted set atkey.Remove and return the value with its score having the highest score from sorted set atkey.default ZSetOperations.TypedTuple<V>Remove and return the value with its score having the highest score from sorted set atkey.BoundZSetOperations.popMin()Remove and return the value with its score having the lowest score from sorted set at the bound key.Remove and return the value with its score having the lowest score from sorted set at the bound key.default ZSetOperations.TypedTuple<V>Remove and return the value with its score having the lowest score from sorted set at the bound key.Remove and return the value with its score having the lowest score from sorted set atkey.Remove and return the value with its score having the lowest score from sorted set atkey.default ZSetOperations.TypedTuple<V>Remove and return the value with its score having the lowest score from sorted set atkey.BoundZSetOperations.randomMemberWithScore()Get random element with its score from set at the bound key.ZSetOperations.randomMemberWithScore(K key) Get random element with its score from set atkey.Methods in org.springframework.data.redis.core that return types with arguments of type ZSetOperations.TypedTupleModifier and TypeMethodDescriptionBoundZSetOperations.differenceWithScores(Collection<K> otherKeys) Diff sortedsets.default Set<ZSetOperations.TypedTuple<V>>BoundZSetOperations.differenceWithScores(K otherKey) Diff sortedsets.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.differenceWithScores(K key, Collection<K> otherKeys) Diff sortedsets.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.differenceWithScores(K key, K otherKey) Diff sortedsets.ZSetOperations.differenceWithScores(K key, Collection<K> otherKeys) Diff sortedsets.default Set<ZSetOperations.TypedTuple<V>>ZSetOperations.differenceWithScores(K key, K otherKey) Diff sortedsets.BoundZSetOperations.distinctRandomMembersWithScore(long count) Getcountdistinct random elements with their score from set at the bound key.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.distinctRandomMembersWithScore(K key, long count) Getcountdistinct random elements with their score from set atkey.ZSetOperations.distinctRandomMembersWithScore(K key, long count) Getcountdistinct random elements with their score from set atkey.BoundZSetOperations.intersectWithScores(Collection<K> otherKeys) Intersect sortedsets.BoundZSetOperations.intersectWithScores(Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets.default Set<ZSetOperations.TypedTuple<V>>BoundZSetOperations.intersectWithScores(K otherKey) Intersect sortedsets.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.intersectWithScores(K key, Collection<K> otherKeys) Intersect sortedsets.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.intersectWithScores(K key, Collection<K> otherKeys, Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.intersectWithScores(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.intersectWithScores(K key, K otherKey) Intersect sortedsets.ZSetOperations.intersectWithScores(K key, Collection<K> otherKeys) Intersect sortedsets.default Set<ZSetOperations.TypedTuple<V>>ZSetOperations.intersectWithScores(K key, Collection<K> otherKeys, Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.ZSetOperations.intersectWithScores(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Intersect sortedsets.default Set<ZSetOperations.TypedTuple<V>>ZSetOperations.intersectWithScores(K key, K otherKey) Intersect sortedsets.BoundZSetOperations.popMax(long count) Remove and returncountvalues with their score having the highest score from sorted set at the bound key.reactor.core.publisher.Mono<ZSetOperations.TypedTuple<V>>Remove and return the value with its score having the highest score from sorted set atkey.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>Remove and returncountvalues with their score having the highest score from sorted set atkey.reactor.core.publisher.Mono<ZSetOperations.TypedTuple<V>>Remove and return the value with its score having the highest score from sorted set atkey.Remove and returncountvalues with their score having the highest score from sorted set atkey.BoundZSetOperations.popMin(long count) Remove and returncountvalues with their score having the lowest score from sorted set at the bound key.reactor.core.publisher.Mono<ZSetOperations.TypedTuple<V>>Remove and return the value with its score having the lowest score from sorted set atkey.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>Remove and returncountvalues with their score having the lowest score from sorted set atkey.reactor.core.publisher.Mono<ZSetOperations.TypedTuple<V>>Remove and return the value with its score having the lowest score from sorted set atkey.Remove and returncountvalues with their score having the lowest score from sorted set atkey.BoundZSetOperations.randomMembersWithScore(long count) Getcountrandom elements with their score from set at the bound key.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.randomMembersWithScore(K key, long count) Getcountrandom elements with their score from set atkey.ZSetOperations.randomMembersWithScore(K key, long count) Getcountrandom elements with their score from set atkey.reactor.core.publisher.Mono<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.randomMemberWithScore(K key) Get random element with its score from set atkey.BoundZSetOperations.rangeByScoreWithScores(double min, double max) reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.rangeByScoreWithScores(K key, Range<Double> range) reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.rangeByScoreWithScores(K key, Range<Double> range, Limit limit) ZSetOperations.rangeByScoreWithScores(K key, double min, double max) ZSetOperations.rangeByScoreWithScores(K key, double min, double max, long offset, long count) BoundZSetOperations.rangeWithScores(long start, long end) reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.rangeWithScores(K key, Range<Long> range) ZSetOperations.rangeWithScores(K key, long start, long end) BoundZSetOperations.reverseRangeByScoreWithScores(double min, double max) reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.reverseRangeByScoreWithScores(K key, Range<Double> range) reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.reverseRangeByScoreWithScores(K key, Range<Double> range, Limit limit) Get set ofTuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.ZSetOperations.reverseRangeByScoreWithScores(K key, double min, double max) ZSetOperations.reverseRangeByScoreWithScores(K key, double min, double max, long offset, long count) Get set ofTuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.BoundZSetOperations.reverseRangeWithScores(long start, long end) reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.reverseRangeWithScores(K key, Range<Long> range) ZSetOperations.reverseRangeWithScores(K key, long start, long end) BoundZSetOperations.scan(ScanOptions options) Use aCursorto iterate over entries in zset at the bound key.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>Use aFluxto iterate over entries in the sorted set atkey.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.scan(K key, ScanOptions options) ZSetOperations.scan(K key, ScanOptions options) Use aCursorto iterate over entries zset atkey.BoundZSetOperations.unionWithScores(Collection<K> otherKeys) Union sortedsets.default Set<ZSetOperations.TypedTuple<V>>BoundZSetOperations.unionWithScores(Collection<K> otherKeys, Aggregate aggregate) Union sorted sets at the bound key andotherKeys.BoundZSetOperations.unionWithScores(Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets.default Set<ZSetOperations.TypedTuple<V>>BoundZSetOperations.unionWithScores(K otherKey) Union sortedsets.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.unionWithScores(K key, Collection<K> otherKeys) Union sortedsets.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.unionWithScores(K key, Collection<K> otherKeys, Aggregate aggregate) Union sorted sets atkeyandotherKeys.reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.unionWithScores(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets.default reactor.core.publisher.Flux<ZSetOperations.TypedTuple<V>>ReactiveZSetOperations.unionWithScores(K key, K otherKey) Union sortedsets.ZSetOperations.unionWithScores(K key, Collection<K> otherKeys) Union sortedsets.default Set<ZSetOperations.TypedTuple<V>>ZSetOperations.unionWithScores(K key, Collection<K> otherKeys, Aggregate aggregate) Union sorted sets atkeyandotherKeys.ZSetOperations.unionWithScores(K key, Collection<K> otherKeys, Aggregate aggregate, Weights weights) Union sortedsets.default Set<ZSetOperations.TypedTuple<V>>ZSetOperations.unionWithScores(K key, K otherKey) Union sortedsets.Methods in org.springframework.data.redis.core with parameters of type ZSetOperations.TypedTupleModifier and TypeMethodDescriptionintDefaultTypedTuple.compareTo(ZSetOperations.TypedTuple<V> o) Method parameters in org.springframework.data.redis.core with type arguments of type ZSetOperations.TypedTupleModifier and TypeMethodDescriptionBoundZSetOperations.add(Set<ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set at the bound key, or update itsscoreif it already exists.ZSetOperations.add(K key, Set<ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set atkey, or update itsscoreif it already exists.reactor.core.publisher.Mono<Long>ReactiveZSetOperations.addAll(K key, Collection<? extends ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set atkey, or update their score if it already exists.BoundZSetOperations.addIfAbsent(Set<ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set at the bound key if it does not already exists.ZSetOperations.addIfAbsent(K key, Set<ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set atkeyif it does not already exists. -
Uses of ZSetOperations.TypedTuple in org.springframework.data.redis.support.collections
Methods in org.springframework.data.redis.support.collections that return types with arguments of type ZSetOperations.TypedTupleModifier and TypeMethodDescriptionDefaultRedisZSet.diffWithScores(Collection<? extends RedisZSet<?>> sets) DefaultRedisZSet.diffWithScores(RedisZSet<?> set) RedisZSet.diffWithScores(Collection<? extends RedisZSet<?>> sets) Diff this set and otherRedisZSets.RedisZSet.diffWithScores(RedisZSet<?> set) Diff this set and anotherRedisZSet.DefaultRedisZSet.intersectWithScores(Collection<? extends RedisZSet<?>> sets) DefaultRedisZSet.intersectWithScores(RedisZSet<?> set) RedisZSet.intersectWithScores(Collection<? extends RedisZSet<?>> sets) Intersect this set and otherRedisZSets.RedisZSet.intersectWithScores(RedisZSet<?> set) Intersect this set and anotherRedisZSet.DefaultRedisZSet.rangeByScoreWithScores(double min, double max) RedisZSet.rangeByScoreWithScores(double min, double max) DefaultRedisZSet.rangeWithScores(long start, long end) RedisZSet.rangeWithScores(long start, long end) DefaultRedisZSet.reverseRangeByScoreWithScores(double min, double max) RedisZSet.reverseRangeByScoreWithScores(double min, double max) DefaultRedisZSet.reverseRangeWithScores(long start, long end) RedisZSet.reverseRangeWithScores(long start, long end) DefaultRedisZSet.scan(ScanOptions options) DefaultRedisZSet.unionWithScores(Collection<? extends RedisZSet<?>> sets) DefaultRedisZSet.unionWithScores(RedisZSet<?> set) RedisZSet.unionWithScores(Collection<? extends RedisZSet<?>> sets) Union this set and otherRedisZSets.RedisZSet.unionWithScores(RedisZSet<?> set) Union this set and anotherRedisZSet.