Uses of Class
org.infinispan.multimap.impl.SortedSetSubsetArgs
-
Uses of SortedSetSubsetArgs in org.infinispan.multimap.impl
Modifier and TypeMethodDescriptionEmbeddedMultimapSortedSetCache.subsetByIndex
(K key, SortedSetSubsetArgs<Long> args) Subset elements in the sorted set by index.EmbeddedMultimapSortedSetCache.subsetByLex
(K key, SortedSetSubsetArgs<V> args) Subset elements using the natural ordering of the values.EmbeddedMultimapSortedSetCache.subsetByScore
(K key, SortedSetSubsetArgs<Double> args) Subset elements using the score.