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()RedissonVectorSet.getNeighborEntries(String element) RedissonVectorSet.getNeighborEntriesAsync(String element) RedissonVectorSet.getSimilarEntries(VectorSimilarArgs args) RedissonVectorSet.getSimilarEntriesAsync(VectorSimilarArgs vargs) 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()RedissonScoredSortedSet.readDiffEntries(String... names) RedissonScoredSortedSet.readDiffEntriesAsync(String... names) RedissonScoredSortedSet.readIntersectionEntries(SetIntersectionArgs args) RedissonScoredSortedSet.readIntersectionEntriesAsync(SetIntersectionArgs args) RedissonScoredSortedSet.readUnionEntries(SetUnionArgs args) RedissonScoredSortedSet.readUnionEntriesAsync(SetUnionArgs args) -
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.RVectorSet.getNeighborEntries(String element) Retrieves the neighbors with scores of a specified element by namereactor.core.publisher.Mono<List<ScoredEntry<String>>> RVectorSetReactive.getNeighborEntries(String element) Retrieves the neighbors with scores of a specified element by nameio.reactivex.rxjava3.core.Single<List<ScoredEntry<String>>> RVectorSetRx.getNeighborEntries(String element) Retrieves the neighbors with scores of a specified element by nameRVectorSetAsync.getNeighborEntriesAsync(String element) Retrieves the neighbors with scores of a specified element by nameRVectorSet.getSimilarEntries(VectorSimilarArgs args) Retrieves element names with scores similar to a given vector or elementreactor.core.publisher.Mono<List<ScoredEntry<String>>> RVectorSetReactive.getSimilarEntries(VectorSimilarArgs args) Retrieves element names with scores similar to a given vector or elementio.reactivex.rxjava3.core.Single<List<ScoredEntry<String>>> RVectorSetRx.getSimilarEntries(VectorSimilarArgs args) Retrieves element names with scores similar to a given vector or elementRVectorSetAsync.getSimilarEntriesAsync(VectorSimilarArgs args) Retrieves element names with scores similar to a given vector or elementreactor.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.RScoredSortedSet.readDiffEntries(String... names) Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.reactor.core.publisher.Mono<Collection<ScoredEntry<V>>> RScoredSortedSetReactive.readDiffEntries(String... names) Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.io.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> RScoredSortedSetRx.readDiffEntries(String... names) Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.RScoredSortedSetAsync.readDiffEntriesAsync(String... names) Diff ScoredSortedSets specified by name with current ScoredSortedSet without state change.RScoredSortedSet.readIntersectionEntries(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetreactor.core.publisher.Mono<Collection<ScoredEntry<V>>> RScoredSortedSetReactive.readIntersectionEntries(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetio.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> RScoredSortedSetRx.readIntersectionEntries(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetRScoredSortedSetAsync.readIntersectionEntriesAsync(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetRScoredSortedSet.readUnionEntries(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changereactor.core.publisher.Mono<Collection<ScoredEntry<V>>> RScoredSortedSetReactive.readUnionEntries(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeio.reactivex.rxjava3.core.Single<Collection<ScoredEntry<V>>> RScoredSortedSetRx.readUnionEntries(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeRScoredSortedSetAsync.readUnionEntriesAsync(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state change -
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<String>>> RedisCommands.VLINKS_WITHSCORESstatic final RedisCommand<List<ScoredEntry<String>>> RedisCommands.VSIM_WITHSCORESstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZDIFF_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZDIFF_ENTRY_V2static final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZINITER_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZINITER_ENTRY_V2static final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZRANGE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZRANGE_ENTRY_V2static final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZRANGEBYSCORE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZRANGEBYSCORE_ENTRY_V2static final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZREVRANGE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZREVRANGE_ENTRY_V2static final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZREVRANGEBYSCORE_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZREVRANGEBYSCORE_ENTRY_V2static final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZUNION_ENTRYstatic final RedisCommand<List<ScoredEntry<Object>>> RedisCommands.ZUNION_ENTRY_V2Methods 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 ScoredEntryModifier and TypeMethodDescriptionMethods 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)