Package org.infinispan.multimap.impl
Class SortedSetAddArgs
java.lang.Object
org.infinispan.multimap.impl.SortedSetAddArgs
Utility class to hold multiple options for sorted sets
- Since:
- 15.0
-
Field Details
-
ADD_AND_UPDATE_ONLY_INCOMPATIBLE_ERROR
- See Also:
-
ADD_AND_UPDATE_OPTIONS_INCOMPATIBLE_ERROR
- See Also:
-
addOnly
public boolean addOnly -
updateOnly
public boolean updateOnly -
updateLessScoresOnly
public boolean updateLessScoresOnly -
updateGreaterScoresOnly
public boolean updateGreaterScoresOnly -
returnChangedCount
public boolean returnChangedCount -
replace
public boolean replace -
incr
public boolean incr
-
-
Method Details
-
create
-