Uses of Class
org.infinispan.multimap.impl.SortedSetAddArgs
-
Uses of SortedSetAddArgs in org.infinispan.multimap.impl
Modifier and TypeMethodDescriptionEmbeddedMultimapSortedSetCache.addMany
(K key, Collection<ScoredValue<V>> scoredValues, SortedSetAddArgs args) Adds and/or updates, depending on the provided options, the value and the associated score.EmbeddedMultimapSortedSetCache.incrementScore
(K key, double score, V member, SortedSetAddArgs args)