Uses of Record Class
org.infinispan.multimap.impl.SortedSetBucket.SortedSetResult
Packages that use SortedSetBucket.SortedSetResult
-
Uses of SortedSetBucket.SortedSetResult in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return SortedSetBucket.SortedSetResultModifier and TypeMethodDescriptionSortedSetBucket.addMany
(Collection<ScoredValue<V>> scoredValues, boolean addOnly, boolean updateOnly, boolean updateLessScoresOnly, boolean updateGreaterScoresOnly) SortedSetBucket.incrScore
(double incr, V member, boolean addOnly, boolean updateOnly, boolean updateLessScoresOnly, boolean updateGreaterScoresOnly) SortedSetBucket.pop
(boolean min, long count) SortedSetBucket.removeAll
(Collection<V> values)