Package org.redisson.api
Class SetUnionParams
java.lang.Object
org.redisson.api.SetUnionParams
- All Implemented Interfaces:
SetReadArgs,SetUnionArgs
- Author:
- seakider
-
Method Summary
Modifier and TypeMethodDescriptionaggregate(RScoredSortedSet.Aggregate aggregate) Defines aggregation methodString[]getNames()Double[]Defines a weight multiplier for each ScoredSortedSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.api.SetReadArgs
aggregate, weights
-
Method Details
-
weights
Description copied from interface:SetReadArgsDefines a weight multiplier for each ScoredSortedSet- Specified by:
weightsin interfaceSetReadArgs- Parameters:
weights- weight multiplier- Returns:
- arguments object
-
aggregate
Description copied from interface:SetReadArgsDefines aggregation method- Specified by:
aggregatein interfaceSetReadArgs- Parameters:
aggregate- score aggregation mode- Returns:
- arguments object
-
getNames
-
getAggregate
-
getWeights
-