Uses of Enum Class
org.infinispan.multimap.impl.function.sortedset.SortedSetAggregateFunction.AggregateType
Packages that use SortedSetAggregateFunction.AggregateType
-
Uses of SortedSetAggregateFunction.AggregateType in org.infinispan.multimap.impl.function.sortedset
Methods in org.infinispan.multimap.impl.function.sortedset that return SortedSetAggregateFunction.AggregateTypeModifier and TypeMethodDescriptionSortedSetAggregateFunction.AggregateType.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.SortedSetAggregateFunction.AggregateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.multimap.impl.function.sortedset with parameters of type SortedSetAggregateFunction.AggregateTypeModifierConstructorDescriptionSortedSetAggregateFunction(SortedSetAggregateFunction.AggregateType type, Collection<ScoredValue<V>> scoredValues, double weight, SortedSetBucket.AggregateFunction function)