Uses of Interface
org.redisson.api.SetIntersectionArgs
Packages that use SetIntersectionArgs
-
Uses of SetIntersectionArgs in org.redisson
Methods in org.redisson with parameters of type SetIntersectionArgsModifier and TypeMethodDescriptionintRedissonScoredSortedSet.intersection(SetIntersectionArgs args) RedissonScoredSortedSet.intersectionAsync(SetIntersectionArgs args) RedissonScoredSortedSet.readIntersection(SetIntersectionArgs args) RedissonScoredSortedSet.readIntersectionAsync(SetIntersectionArgs args) RedissonScoredSortedSet.readIntersectionEntries(SetIntersectionArgs args) RedissonScoredSortedSet.readIntersectionEntriesAsync(SetIntersectionArgs args) -
Uses of SetIntersectionArgs in org.redisson.api
Classes in org.redisson.api that implement SetIntersectionArgsMethods in org.redisson.api that return SetIntersectionArgsModifier and TypeMethodDescriptionstatic SetIntersectionArgsDefines arguments object that intersect with current ScoredSortedSetMethods in org.redisson.api with parameters of type SetIntersectionArgsModifier and TypeMethodDescriptionintRScoredSortedSet.intersection(SetIntersectionArgs args) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetreactor.core.publisher.Mono<Integer> RScoredSortedSetReactive.intersection(SetIntersectionArgs args) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetio.reactivex.rxjava3.core.Single<Integer> RScoredSortedSetRx.intersection(SetIntersectionArgs args) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSetAsync.intersectionAsync(SetIntersectionArgs args) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSet.readIntersection(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetreactor.core.publisher.Mono<Collection<V>> RScoredSortedSetReactive.readIntersection(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetio.reactivex.rxjava3.core.Single<Collection<V>> RScoredSortedSetRx.readIntersection(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetRScoredSortedSetAsync.readIntersectionAsync(SetIntersectionArgs args) Intersect provided ScoredSortedSets with current ScoredSortedSetRScoredSortedSet.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 ScoredSortedSet