Package org.redisson.api
Interface SetReadArgs
- All Known Subinterfaces:
SetIntersectionArgs,SetUnionArgs
- All Known Implementing Classes:
SetIntersectionParams,SetUnionParams
public interface SetReadArgs
-
Method Summary
Modifier and TypeMethodDescriptionaggregate(RScoredSortedSet.Aggregate aggregate) Defines aggregation methodDefines a weight multiplier for each ScoredSortedSet
-
Method Details
-
weights
Defines a weight multiplier for each ScoredSortedSet- Parameters:
weights- weight multiplier- Returns:
- arguments object
-
aggregate
Defines aggregation method- Parameters:
aggregate- score aggregation mode- Returns:
- arguments object
-