Uses of Enum
org.redisson.api.RScoredSortedSet.Aggregate
Packages that use RScoredSortedSet.Aggregate
-
Uses of RScoredSortedSet.Aggregate in org.redisson
Methods in org.redisson with parameters of type RScoredSortedSet.AggregateModifier and TypeMethodDescriptionintRedissonScoredSortedSet.intersection(RScoredSortedSet.Aggregate aggregate, String... names) intRedissonScoredSortedSet.intersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) RedissonScoredSortedSet.intersectionAsync(RScoredSortedSet.Aggregate aggregate, String... names) RedissonScoredSortedSet.intersectionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) RedissonScoredSortedSet.readIntersection(RScoredSortedSet.Aggregate aggregate, String... names) RedissonScoredSortedSet.readIntersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) RedissonScoredSortedSet.readIntersectionAsync(RScoredSortedSet.Aggregate aggregate, String... names) RedissonScoredSortedSet.readIntersectionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) RedissonScoredSortedSet.readUnion(RScoredSortedSet.Aggregate aggregate, String... names) RedissonScoredSortedSet.readUnion(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) RedissonScoredSortedSet.readUnionAsync(RScoredSortedSet.Aggregate aggregate, String... names) RedissonScoredSortedSet.readUnionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) intRedissonScoredSortedSet.union(RScoredSortedSet.Aggregate aggregate, String... names) intRedissonScoredSortedSet.union(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) RedissonScoredSortedSet.unionAsync(RScoredSortedSet.Aggregate aggregate, String... names) RedissonScoredSortedSet.unionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) -
Uses of RScoredSortedSet.Aggregate in org.redisson.api
Methods in org.redisson.api that return RScoredSortedSet.AggregateModifier and TypeMethodDescriptionstatic RScoredSortedSet.AggregateReturns the enum constant of this type with the specified name.static RScoredSortedSet.Aggregate[]RScoredSortedSet.Aggregate.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api with parameters of type RScoredSortedSet.AggregateModifier and TypeMethodDescriptionintRScoredSortedSet.intersection(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetintRScoredSortedSet.intersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetreactor.core.publisher.Mono<Integer>RScoredSortedSetReactive.intersection(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetreactor.core.publisher.Mono<Integer>RScoredSortedSetReactive.intersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetio.reactivex.rxjava3.core.Single<Integer>RScoredSortedSetRx.intersection(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetio.reactivex.rxjava3.core.Single<Integer>RScoredSortedSetRx.intersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSetAsync.intersectionAsync(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSetAsync.intersectionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSet.readIntersection(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state changeRScoredSortedSet.readIntersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state changereactor.core.publisher.Mono<Collection<V>>RScoredSortedSetReactive.readIntersection(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state changereactor.core.publisher.Mono<Collection<V>>RScoredSortedSetReactive.readIntersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state changeio.reactivex.rxjava3.core.Single<Collection<V>>RScoredSortedSetRx.readIntersection(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state changeio.reactivex.rxjava3.core.Single<Collection<V>>RScoredSortedSetRx.readIntersection(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state changeRScoredSortedSetAsync.readIntersectionAsync(RScoredSortedSet.Aggregate aggregate, String... names) Intersect provided ScoredSortedSets with current ScoredSortedSet using defined aggregation method without state changeRScoredSortedSetAsync.readIntersectionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Intersect provided ScoredSortedSets mapped to weight multiplier with current ScoredSortedSet using defined aggregation method without state changeRScoredSortedSet.readUnion(RScoredSortedSet.Aggregate aggregate, String... names) Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.RScoredSortedSet.readUnion(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changereactor.core.publisher.Mono<Collection<V>>RScoredSortedSetReactive.readUnion(RScoredSortedSet.Aggregate aggregate, String... names) Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.reactor.core.publisher.Mono<Collection<V>>RScoredSortedSetReactive.readUnion(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) 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(RScoredSortedSet.Aggregate aggregate, String... names) Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.io.reactivex.rxjava3.core.Single<Collection<V>>RScoredSortedSetRx.readUnion(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeRScoredSortedSetAsync.readUnionAsync(RScoredSortedSet.Aggregate aggregate, String... names) Union ScoredSortedSets specified by name with defined aggregation method and current ScoredSortedSet without state change.RScoredSortedSetAsync.readUnionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and current ScoredSortedSet without state changeintRScoredSortedSet.union(RScoredSortedSet.Aggregate aggregate, String... names) Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetintRScoredSortedSet.union(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetreactor.core.publisher.Mono<Integer>RScoredSortedSetReactive.union(RScoredSortedSet.Aggregate aggregate, String... names) Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetreactor.core.publisher.Mono<Integer>RScoredSortedSetReactive.union(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetio.reactivex.rxjava3.core.Single<Integer>RScoredSortedSetRx.union(RScoredSortedSet.Aggregate aggregate, String... names) Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetio.reactivex.rxjava3.core.Single<Integer>RScoredSortedSetRx.union(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSetAsync.unionAsync(RScoredSortedSet.Aggregate aggregate, String... names) Union provided ScoredSortedSets with defined aggregation method and store result to current ScoredSortedSetRScoredSortedSetAsync.unionAsync(RScoredSortedSet.Aggregate aggregate, Map<String, Double> nameWithWeight) Union provided ScoredSortedSets mapped to weight multiplier with defined aggregation method and store result to current ScoredSortedSet