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