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 TypeMethodDescriptionEmbeddedMultimapSortedSetCache.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.SortedSetBucket.inter(Collection<ScoredValue<V>> inputValues, double weight, SortedSetBucket.AggregateFunction function) 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.SortedSetBucket.union(Collection<ScoredValue<V>> inputValues, double weight, SortedSetBucket.AggregateFunction function) -
Uses of SortedSetBucket.AggregateFunction in org.infinispan.multimap.impl.function.sortedset
Constructors in org.infinispan.multimap.impl.function.sortedset with parameters of type SortedSetBucket.AggregateFunctionModifierConstructorDescriptionSortedSetAggregateFunction(SortedSetAggregateFunction.AggregateType type, Collection<ScoredValue<V>> scoredValues, double weight, SortedSetBucket.AggregateFunction function)