Uses of Enum Class
org.infinispan.multimap.impl.SortedSetBucket.AggregateFunction
Packages that use SortedSetBucket.AggregateFunction
-
Uses of SortedSetBucket.AggregateFunction in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return SortedSetBucket.AggregateFunctionModifier and TypeMethodDescriptionSortedSetBucket.AggregateFunction.valueOf
(int ordinal) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static SortedSetBucket.AggregateFunction[]
SortedSetBucket.AggregateFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.multimap.impl with parameters of type SortedSetBucket.AggregateFunctionModifier and TypeMethodDescriptiondefault Collection
<ScoredValue<E>> BaseSetBucket.inter
(Collection<ScoredValue<E>> input, double weight, SortedSetBucket.AggregateFunction function) Calculates the intersection of two sets.EmbeddedMultimapSortedSetCache.inter
(K key, Collection<ScoredValue<V>> scoredValues, double weight, SortedSetBucket.AggregateFunction aggFunction) Computes the intersection of the collection and the given sorted sets key, if such exist.default Collection
<ScoredValue<E>> BaseSetBucket.union
(Collection<ScoredValue<E>> input, double weight, SortedSetBucket.AggregateFunction function) Calculates the union of two sets.EmbeddedMultimapSortedSetCache.union
(K key, Collection<ScoredValue<V>> scoredValues, double weight, SortedSetBucket.AggregateFunction aggFunction) Computes the union of the collection and the given sorted sets key, if such exist.