Package org.infinispan.multimap.impl.function.sortedset
package org.infinispan.multimap.impl.function.sortedset
-
ClassDescriptionAddManyFunction<K,
V> Serializable function used byEmbeddedMultimapSortedSetCache.addMany(Object, Collection, SortedSetAddArgs).CountFunction<K,V, T> Serializable function used byandinvalid reference
org.infinispan.multimap.impl.EmbeddedMultimapSortedSetCache#count(K, double, boolean, double, boolean)EmbeddedMultimapSortedSetCache.count(Object, Object, boolean, Object, boolean).IncrFunction<K,V> Serializable function used byEmbeddedMultimapSortedSetCache.incrementScore(Object, double, Object, SortedSetAddArgs).Serializable function used byEmbeddedMultimapSortedSetCache.indexOf(Object, Object, boolean)PopFunction<K,V> Serializable function used byEmbeddedMultimapSortedSetCache.pop(Object, boolean, long)RemoveManyFunction<K,V, T> Serializable function used byinvalid reference
org.infinispan.multimap.impl.EmbeddedMultimapSortedSetCache#removeAll(Object, Object, Object)ScoreFunction<K,V> Serializable function used byEmbeddedMultimapSortedSetCache.score(Object, Object).Serializable function used byEmbeddedMultimapSortedSetCache.union(Object, Collection, double, SortedSetBucket.AggregateFunction)SortedSetBucketBaseFunction<K,V, R> A base function for the sorted set multimap updatesSerializable function used byEmbeddedMultimapSortedSetCache.randomMembers(Object, int))}SubsetFunction<K,V, T>