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.Subinterfaces with type arguments of type ZSetOperations.TypedTuple in org.springframework.data.redis.coreModifier and TypeInterfaceDescriptionstatic interfaceTyped ZSet tuple.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<@NonNull 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(@NonNull 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 TypeMethodDescriptiondefault Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.differenceWithScores(@NonNull K otherKey) Diff sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.differenceWithScores(@NonNull Collection<@NonNull K> otherKeys) Diff sortedsets.default Flux<ZSetOperations.TypedTuple<V>> ReactiveZSetOperations.differenceWithScores(@NonNull K key, @NonNull K otherKey) Diff sortedsets.ReactiveZSetOperations.differenceWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys) Diff sortedsets.default Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.differenceWithScores(@NonNull K key, @NonNull K otherKey) Diff sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.differenceWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys) Diff sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.distinctRandomMembersWithScore(long count) Getcountdistinct random elements with their score from set at the bound key.ReactiveZSetOperations.distinctRandomMembersWithScore(@NonNull K key, long count) Getcountdistinct random elements with their score from set atkey.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.distinctRandomMembersWithScore(@NonNull K key, long count) Getcountdistinct random elements with their score from set atkey.default Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.intersectWithScores(@NonNull K otherKey) Intersect sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.intersectWithScores(@NonNull Collection<@NonNull K> otherKeys) Intersect sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.intersectWithScores(@NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sortedsets.default Flux<ZSetOperations.TypedTuple<V>> ReactiveZSetOperations.intersectWithScores(@NonNull K key, @NonNull K otherKey) Intersect sortedsets.ReactiveZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys) Intersect sortedsets.ReactiveZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sortedsets.default Flux<ZSetOperations.TypedTuple<V>> ReactiveZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<K> otherKeys, @NonNull Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.default Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.intersectWithScores(@NonNull K key, @NonNull K otherKey) Intersect sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys) Intersect sortedsets.default Set<ZSetOperations.TypedTuple<V>> ZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Intersect sorted sets atkeyandotherKeys.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.intersectWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Intersect sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.popMax(long count) Remove and returncountvalues with their 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 returncountvalues with their 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.Remove and returncountvalues with their score having the highest score from sorted set atkey.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.popMin(long count) Remove and returncountvalues with their 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 returncountvalues with their 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.Set<@NonNull ZSetOperations.TypedTuple<V>> Remove and returncountvalues with their score having the lowest score from sorted set atkey.List<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.randomMembersWithScore(long count) Getcountrandom elements with their score from set at the bound key.ReactiveZSetOperations.randomMembersWithScore(@NonNull K key, long count) Getcountrandom elements with their score from set atkey.ZSetOperations.randomMembersWithScore(@NonNull K key, long count) Getcountrandom elements with their score from set atkey.ReactiveZSetOperations.randomMemberWithScore(@NonNull K key) Get random element with its score from set atkey.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.rangeByScoreWithScores(double min, double max) ReactiveZSetOperations.rangeByScoreWithScores(@NonNull K key, @NonNull Range<Double> range) ReactiveZSetOperations.rangeByScoreWithScores(@NonNull K key, @NonNull Range<Double> range, @NonNull Limit limit) Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.rangeByScoreWithScores(@NonNull K key, double min, double max) Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.rangeByScoreWithScores(@NonNull K key, double min, double max, long offset, long count) Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.rangeWithScores(long start, long end) ReactiveZSetOperations.rangeWithScores(@NonNull K key, @NonNull Range<Long> range) Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.rangeWithScores(@NonNull K key, long start, long end) Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.reverseRangeByScoreWithScores(double min, double max) ReactiveZSetOperations.reverseRangeByScoreWithScores(@NonNull K key, @NonNull Range<Double> range) ReactiveZSetOperations.reverseRangeByScoreWithScores(@NonNull K key, @NonNull Range<Double> range, @NonNull Limit limit) Get set ofTuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.reverseRangeByScoreWithScores(@NonNull K key, double min, double max) Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.reverseRangeByScoreWithScores(@NonNull K key, double min, double max, long offset, long count) Get set ofTuplein range fromstarttoendwhere score is betweenminandmaxfrom sorted set ordered high -> low.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.reverseRangeWithScores(long start, long end) ReactiveZSetOperations.reverseRangeWithScores(@NonNull K key, @NonNull Range<Long> range) Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.reverseRangeWithScores(@NonNull K key, long start, long end) Cursor<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.scan(@NonNull ScanOptions options) Use aCursorto iterate over entries in zset at the bound key.default Flux<ZSetOperations.TypedTuple<V>> Use aFluxto iterate over entries in the sorted set atkey.ReactiveZSetOperations.scan(@NonNull K key, @Nullable ScanOptions options) @NonNull Cursor<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.scan(@NonNull K key, @Nullable ScanOptions options) Use aCursorto iterate over entries zset atkey.default Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.unionWithScores(@NonNull K otherKey) Union sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.unionWithScores(@NonNull Collection<@NonNull K> otherKeys) Union sortedsets.default Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.unionWithScores(@NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Union sorted sets at the bound key andotherKeys.Set<@NonNull ZSetOperations.TypedTuple<V>> BoundZSetOperations.unionWithScores(@NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sortedsets.default Flux<ZSetOperations.TypedTuple<V>> ReactiveZSetOperations.unionWithScores(@NonNull K key, @NonNull K otherKey) Union sortedsets.ReactiveZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys) Union sortedsets.default Flux<ZSetOperations.TypedTuple<V>> ReactiveZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Union sorted sets atkeyandotherKeys.ReactiveZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sortedsets.default Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.unionWithScores(@NonNull K key, @NonNull K otherKey) Union sortedsets.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys) Union sortedsets.default Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate) Union sorted sets atkeyandotherKeys.Set<@NonNull ZSetOperations.TypedTuple<V>> ZSetOperations.unionWithScores(@NonNull K key, @NonNull Collection<@NonNull K> otherKeys, @NonNull Aggregate aggregate, @NonNull Weights weights) Union sortedsets.Methods in org.springframework.data.redis.core with parameters of type ZSetOperations.TypedTupleModifier and TypeMethodDescriptionintDefaultTypedTuple.compareTo(@Nullable ZSetOperations.TypedTuple<V> o) Method parameters in org.springframework.data.redis.core with type arguments of type ZSetOperations.TypedTupleModifier and TypeMethodDescriptionBoundZSetOperations.add(Set<@NonNull ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set at the bound key, or update itsscoreif it already exists.ZSetOperations.add(@NonNull K key, @NonNull Set<@NonNull ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set atkey, or update itsscoreif it already exists.ReactiveZSetOperations.addAll(@NonNull K key, @NonNull Collection<? extends @NonNull ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set atkey, or update their score if it already exists.BoundZSetOperations.addIfAbsent(Set<@NonNull ZSetOperations.TypedTuple<V>> tuples) Addtuplesto a sorted set at the bound key if it does not already exists.ZSetOperations.addIfAbsent(@NonNull K key, @NonNull Set<@NonNull 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.