Uses of Class
org.infinispan.multimap.impl.SortedSetAddArgs
Packages that use SortedSetAddArgs
-
Uses of SortedSetAddArgs in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return SortedSetAddArgsMethods in org.infinispan.multimap.impl with parameters of type SortedSetAddArgsModifier 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)