Uses of Class
org.redisson.client.protocol.ScoredEntry
Packages that use ScoredEntry
Package
Description
-
Uses of ScoredEntry in org.redisson
Methods in org.redisson that return types with arguments of type ScoredEntryModifier and TypeMethodDescriptionRedissonScoredSortedSet.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) RedissonScoredSortedSet.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) RedissonScoredSortedSet.entryRange(int startIndex, int endIndex) RedissonScoredSortedSet.entryRangeAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) RedissonScoredSortedSet.entryRangeAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) RedissonScoredSortedSet.entryRangeAsync(int startIndex, int endIndex) RedissonScoredSortedSet.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) RedissonScoredSortedSet.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) RedissonScoredSortedSet.entryRangeReversed(int startIndex, int endIndex) RedissonScoredSortedSet.entryRangeReversedAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) RedissonScoredSortedSet.entryRangeReversedAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) RedissonScoredSortedSet.entryRangeReversedAsync(int startIndex, int endIndex) -
Uses of ScoredEntry in org.redisson.api
Methods in org.redisson.api that return types with arguments of type ScoredEntryModifier and TypeMethodDescriptionRScoredSortedSet.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScore.RScoredSortedSet.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScore.RScoredSortedSet.entryRange(int startIndex, int endIndex) Returns entries (value and its score) by rank range.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>>RScoredSortedSetReactive.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScore.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>>RScoredSortedSetReactive.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScore.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>>RScoredSortedSetReactive.entryRange(int startIndex, int endIndex) Returns entries (value and its score) by rank range.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>>RScoredSortedSetRx.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScore.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>>RScoredSortedSetRx.entryRange(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScore.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>>RScoredSortedSetRx.entryRange(int startIndex, int endIndex) Returns entries (value and its score) by rank range.RScoredSortedSetAsync.entryRangeAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScore.RScoredSortedSetAsync.entryRangeAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScore.RScoredSortedSetAsync.entryRangeAsync(int startIndex, int endIndex) Returns entries (value and its score) by rank range.RScoredSortedSet.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.RScoredSortedSet.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.RScoredSortedSet.entryRangeReversed(int startIndex, int endIndex) Returns entries (value and its score) by rank range in reverse order.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>>RScoredSortedSetReactive.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>>RScoredSortedSetReactive.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>>RScoredSortedSetReactive.entryRangeReversed(int startIndex, int endIndex) Returns entries (value and its score) by rank range in reverse order.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>>RScoredSortedSetRx.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>>RScoredSortedSetRx.entryRangeReversed(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>>RScoredSortedSetRx.entryRangeReversed(int startIndex, int endIndex) Returns entries (value and its score) by rank range in reverse order.RScoredSortedSetAsync.entryRangeReversedAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.RScoredSortedSetAsync.entryRangeReversedAsync(double startScore, boolean startScoreInclusive, double endScore, boolean endScoreInclusive, int offset, int count) Returns all entries (value and its score) betweenstartScoreandendScorein reversed order.RScoredSortedSetAsync.entryRangeReversedAsync(int startIndex, int endIndex) Returns entries (value and its score) by rank range in reverse order. -
Uses of ScoredEntry in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type ScoredEntryModifier and TypeFieldDescriptionstatic final RedisCommand<List<ScoredEntry<Object>>>RedisCommands.ZRANGE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>>RedisCommands.ZRANGEBYSCORE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>>RedisCommands.ZREVRANGE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>>RedisCommands.ZREVRANGEBYSCORE_ENTRY -
Uses of ScoredEntry in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return types with arguments of type ScoredEntry