Uses of Enum Class
org.infinispan.multimap.impl.SortedSetBucket.AggregateFunction
Packages that use SortedSetBucket.AggregateFunction
-
Uses of SortedSetBucket.AggregateFunction in org.infinispan.multimap.impl
Subclasses with type arguments of type SortedSetBucket.AggregateFunction in org.infinispan.multimap.implClasses in org.infinispan.multimap.impl that implement interfaces with type arguments of type SortedSetBucket.AggregateFunctionModifier and TypeClassDescriptionfinal class
Methods in org.infinispan.multimap.impl that return SortedSetBucket.AggregateFunctionModifier and TypeMethodDescriptionAggregateFunction$___Marshaller_2a5b2a5738d2cc689934e87afc84cf43f9fa059113f6d2f5b4f97c3de7940098.decode
(int $1) 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 that return types with arguments of type SortedSetBucket.AggregateFunctionModifier and TypeMethodDescriptionAggregateFunction$___Marshaller_2a5b2a5738d2cc689934e87afc84cf43f9fa059113f6d2f5b4f97c3de7940098.getJavaClass()
Methods in org.infinispan.multimap.impl with parameters of type SortedSetBucket.AggregateFunctionModifier and TypeMethodDescriptionint
AggregateFunction$___Marshaller_2a5b2a5738d2cc689934e87afc84cf43f9fa059113f6d2f5b4f97c3de7940098.encode
(SortedSetBucket.AggregateFunction $1) default 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.