Uses of Interface
org.redisson.api.SetUnionArgs
Packages that use SetUnionArgs
-
Uses of SetUnionArgs in org.redisson
Methods in org.redisson with parameters of type SetUnionArgsModifier and TypeMethodDescriptionRedissonScoredSortedSet.readUnion(SetUnionArgs args) RedissonScoredSortedSet.readUnionAsync(SetUnionArgs args) RedissonScoredSortedSet.readUnionEntries(SetUnionArgs args) RedissonScoredSortedSet.readUnionEntriesAsync(SetUnionArgs args) intRedissonScoredSortedSet.union(SetUnionArgs args) RedissonScoredSortedSet.unionAsync(SetUnionArgs args) -
Uses of SetUnionArgs in org.redisson.api
Classes in org.redisson.api that implement SetUnionArgsMethods in org.redisson.api that return SetUnionArgsModifier and TypeMethodDescriptionstatic SetUnionArgsDefine arguments object that union with current ScoredSortedSetMethods in org.redisson.api with parameters of type SetUnionArgsModifier and TypeMethodDescriptionRScoredSortedSet.readUnion(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changereactor.core.publisher.Mono<Collection<V>> RScoredSortedSetReactive.readUnion(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeio.reactivex.rxjava3.core.Single<Collection<V>> RScoredSortedSetRx.readUnion(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeRScoredSortedSetAsync.readUnionAsync(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeRScoredSortedSet.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 changeintRScoredSortedSet.union(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetreactor.core.publisher.Mono<Integer> RScoredSortedSetReactive.union(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetio.reactivex.rxjava3.core.Single<Integer> RScoredSortedSetRx.union(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSetAsync.unionAsync(SetUnionArgs args) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet