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 ScoredEntryModifier and TypeMethodDescriptionRedissonScoredSortedSet.firstEntry()RedissonScoredSortedSet.lastEntry()RedissonScoredSortedSet.pollFirstEntry()RedissonScoredSortedSet.pollLastEntry()Methods in org.redisson that return types with arguments of type ScoredEntryModifier and TypeMethodDescriptionRedissonScoredSortedSet.entryIterator()RedissonScoredSortedSet.entryIterator(int count) RedissonScoredSortedSet.entryIterator(String pattern) RedissonScoredSortedSet.entryIterator(String pattern, int count) RedissonScoredSortedSet.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) RedissonScoredSortedSet.firstEntryAsync()RedissonScoredSortedSet.lastEntryAsync()List<ScoredEntry<V>> RedissonScoredSortedSet.pollFirstEntries(int count) List<ScoredEntry<V>> RedissonScoredSortedSet.pollFirstEntries(Duration duration, int count) RFuture<List<ScoredEntry<V>>> RedissonScoredSortedSet.pollFirstEntriesAsync(int count) RFuture<List<ScoredEntry<V>>> RedissonScoredSortedSet.pollFirstEntriesAsync(Duration duration, int count) RedissonScoredSortedSet.pollFirstEntryAsync()List<ScoredEntry<V>> RedissonScoredSortedSet.pollLastEntries(int count) List<ScoredEntry<V>> RedissonScoredSortedSet.pollLastEntries(Duration duration, int count) RFuture<List<ScoredEntry<V>>> RedissonScoredSortedSet.pollLastEntriesAsync(int count) RFuture<List<ScoredEntry<V>>> RedissonScoredSortedSet.pollLastEntriesAsync(Duration duration, int count) RedissonScoredSortedSet.pollLastEntryAsync() -
Uses of ScoredEntry in org.redisson.api
Methods in org.redisson.api that return ScoredEntryModifier and TypeMethodDescriptionRScoredSortedSet.firstEntry()Returns the head entry (value and its score) ornullif this sorted set is empty.RScoredSortedSet.lastEntry()Returns the tail entry (value and its score) ornullif this sorted set is empty.RScoredSortedSet.pollFirstEntry()Removes and returns the head entry (value and its score) ornullif this sorted set is empty.RScoredSortedSet.pollLastEntry()Removes and returns the tail entry (value and its score) ornullif this sorted set is empty.Methods in org.redisson.api that return types with arguments of type ScoredEntryModifier and TypeMethodDescriptionRScoredSortedSet.entryIterator()Returns an iterator over entries (value and its score) in this set.RScoredSortedSet.entryIterator(int count) Returns an iterator over entries (value and its score) in this set.RScoredSortedSet.entryIterator(String pattern) Returns an iterator over entries (value and its score) in this set.RScoredSortedSet.entryIterator(String pattern, int count) Returns an iterator over entries (value and its score) in this set.reactor.core.publisher.Flux<ScoredEntry<V>> RScoredSortedSetReactive.entryIterator()Returns an iterator over entries (value and its score) in this set.reactor.core.publisher.Flux<ScoredEntry<V>> RScoredSortedSetReactive.entryIterator(int count) Returns an iterator over entries (value and its score) in this set.reactor.core.publisher.Flux<ScoredEntry<V>> RScoredSortedSetReactive.entryIterator(String pattern) Returns an iterator over entries (value and its score) in this set.reactor.core.publisher.Flux<ScoredEntry<V>> RScoredSortedSetReactive.entryIterator(String pattern, int count) Returns an iterator over entries (value and its score) in this set.io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RScoredSortedSetRx.entryIterator()Returns an iterator over entries (value and its score) in this set.io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RScoredSortedSetRx.entryIterator(int count) Returns an iterator over entries (value and its score) in this set.io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RScoredSortedSetRx.entryIterator(String pattern) Returns an iterator over entries (value and its score) in this set.io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RScoredSortedSetRx.entryIterator(String pattern, int count) Returns an iterator over entries (value and its score) in this set.RScoredSortedSet.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.reactor.core.publisher.Mono<ScoredEntry<V>> RScoredSortedSetReactive.firstEntry()Returns the head entry (value and its score) ornullif this sorted set is empty.io.reactivex.rxjava3.core.Maybe<ScoredEntry<V>> RScoredSortedSetRx.firstEntry()Returns the head entry (value and its score) ornullif this sorted set is empty.RScoredSortedSetAsync.firstEntryAsync()Returns the head entry (value and its score) ornullif this sorted set is empty.reactor.core.publisher.Mono<ScoredEntry<V>> RScoredSortedSetReactive.lastEntry()Returns the tail entry (value and its score) ornullif this sorted set is empty.io.reactivex.rxjava3.core.Maybe<ScoredEntry<V>> RScoredSortedSetRx.lastEntry()Returns the tail entry (value and its score) ornullif this sorted set is empty.RScoredSortedSetAsync.lastEntryAsync()Returns the tail entry (value and its score) ornullif this sorted set is empty.List<ScoredEntry<V>> RScoredSortedSet.pollFirstEntries(int count) Removes and returns the head entries (value and its score) of this sorted set.List<ScoredEntry<V>> RScoredSortedSet.pollFirstEntries(Duration duration, int count) Removes and returns the head entries (value and its score).io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetReactive.pollFirstEntries(int count) Removes and returns the head entries (value and its score) of this sorted set.io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetReactive.pollFirstEntries(Duration duration, int count) Removes and returns the head entries (value and its score).io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetRx.pollFirstEntries(int count) Removes and returns the head entries (value and its score) of this sorted set.io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetRx.pollFirstEntries(Duration duration, int count) Removes and returns the head entries (value and its score).RFuture<List<ScoredEntry<V>>> RScoredSortedSetAsync.pollFirstEntriesAsync(int count) Removes and returns the head entries (value and its score) of this sorted set.RFuture<List<ScoredEntry<V>>> RScoredSortedSetAsync.pollFirstEntriesAsync(Duration duration, int count) Removes and returns the head entries (value and its score).io.reactivex.rxjava3.core.Maybe<ScoredEntry<V>> RScoredSortedSetReactive.pollFirstEntry()Removes and returns the head entry (value and its score) ornullif this sorted set is empty.io.reactivex.rxjava3.core.Maybe<ScoredEntry<V>> RScoredSortedSetRx.pollFirstEntry()Removes and returns the head entry (value and its score) ornullif this sorted set is empty.RScoredSortedSetAsync.pollFirstEntryAsync()Removes and returns the head entry (value and its score) ornullif this sorted set is empty.List<ScoredEntry<V>> RScoredSortedSet.pollLastEntries(int count) Removes and returns the tail entries (value and its score) of this sorted set.List<ScoredEntry<V>> RScoredSortedSet.pollLastEntries(Duration duration, int count) Removes and returns the head entries (value and its score).io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetReactive.pollLastEntries(int count) Removes and returns the tail entries (value and its score) of this sorted set.io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetReactive.pollLastEntries(Duration duration, int count) Removes and returns the head entries (value and its score).io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetRx.pollLastEntries(int count) Removes and returns the tail entries (value and its score) of this sorted set.io.reactivex.rxjava3.core.Single<List<ScoredEntry<V>>> RScoredSortedSetRx.pollLastEntries(Duration duration, int count) Removes and returns the head entries (value and its score).RFuture<List<ScoredEntry<V>>> RScoredSortedSetAsync.pollLastEntriesAsync(int count) Removes and returns the tail entries (value and its score) of this sorted set.RFuture<List<ScoredEntry<V>>> RScoredSortedSetAsync.pollLastEntriesAsync(Duration duration, int count) Removes and returns the head entries (value and its score).io.reactivex.rxjava3.core.Maybe<ScoredEntry<V>> RScoredSortedSetReactive.pollLastEntry()Removes and returns the tail entry (value and its score) ornullif this sorted set is empty.io.reactivex.rxjava3.core.Maybe<ScoredEntry<V>> RScoredSortedSetRx.pollLastEntry()Removes and returns the tail entry (value and its score) ornullif this sorted set is empty.RScoredSortedSetAsync.pollLastEntryAsync()Removes and returns the tail entry (value and its score) ornullif this sorted set is empty. -
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>> RedisCommands.BZMPOP_ENTRIESstatic 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_ENTRYMethods in org.redisson.client.protocol with parameters of type ScoredEntry -
Uses of ScoredEntry in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return types with arguments of type ScoredEntry -
Uses of ScoredEntry in org.redisson.reactive
Methods in org.redisson.reactive that return types with arguments of type ScoredEntryModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ScoredEntry<V>> RedissonScoredSortedSetReactive.entryIterator()reactor.core.publisher.Flux<ScoredEntry<V>> RedissonScoredSortedSetReactive.entryIterator(int count) reactor.core.publisher.Flux<ScoredEntry<V>> RedissonScoredSortedSetReactive.entryIterator(String pattern) reactor.core.publisher.Flux<ScoredEntry<V>> RedissonScoredSortedSetReactive.entryIterator(String pattern, int count) -
Uses of ScoredEntry in org.redisson.rx
Methods in org.redisson.rx that return types with arguments of type ScoredEntryModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RedissonScoredSortedSetRx.entryIterator()io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RedissonScoredSortedSetRx.entryIterator(int count) io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RedissonScoredSortedSetRx.entryIterator(String pattern) io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> RedissonScoredSortedSetRx.entryIterator(String pattern, int count)