Package org.redisson.api
Interface SetIntersectionArgs
- All Superinterfaces:
SetReadArgs
- All Known Implementing Classes:
SetIntersectionParams
Arguments object for RScoredSortedSet.readIntersection() methods.
- Author:
- seakider
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic SetIntersectionArgsDefines arguments object that intersect with current ScoredSortedSetMethods inherited from interface org.redisson.api.SetReadArgs
aggregate, weights
-
Method Details
-
names
Defines arguments object that intersect with current ScoredSortedSet- Parameters:
names- names of the specified ScoredSortedSets.- Returns:
- arguments object
-