Uses of Class
org.infinispan.multimap.impl.ScoredValue
Packages that use ScoredValue
-
Uses of ScoredValue in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl that return ScoredValueModifier and TypeMethodDescriptionstatic <V> ScoredValue<V> ScoredValue.of(double score) static <V> ScoredValue<V> ScoredValue.of(double score, V value) ScoredValue$___Marshaller_c3c7c2e6be2a4c5279f85b0aa0a0011f567d0b7f3446a69ef1f6ab02c230feac.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.multimap.impl that return types with arguments of type ScoredValueModifier and TypeMethodDescriptionGet the value as a collectionCompletionStage<org.infinispan.container.entries.CacheEntry<K, Collection<ScoredValue<V>>>> ScoredValue$___Marshaller_c3c7c2e6be2a4c5279f85b0aa0a0011f567d0b7f3446a69ef1f6ab02c230feac.getJavaClass()SortedSetBucket.getScoredEntries()Returns a copy of the entries;List<ScoredValue<V>> SortedSetBucket.getScoredEntriesAsList()Returns a copy of the entries;Returns the sorted set value if such exists.EmbeddedMultimapSortedSetCache.getValueAsList(K key) Returns the sorted set value if such exists.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.SortedSetBucket.inter(Collection<ScoredValue<V>> inputValues, double weight, SortedSetBucket.AggregateFunction function) Pops the number of elements provided by the count parameter.SortedSetBucket.pop(boolean min, long count) EmbeddedMultimapSortedSetCache.randomMembers(K key, int count) If the count argument is positive, return an array of distinct elements.List<ScoredValue<V>> SortedSetBucket.randomMembers(int count) List<ScoredValue<V>> ListBucket.sort(SortableBucket.SortOptions sortOptions) List<ScoredValue<V>> SetBucket.sort(SortableBucket.SortOptions sortOptions) default List<ScoredValue<V>> SortableBucket.sort(Stream<ScoredValue<V>> scoredValueStream, SortableBucket.SortOptions options) List<ScoredValue<V>> SortableBucket.sort(SortableBucket.SortOptions options) List<ScoredValue<V>> SortedSetBucket.sort(SortableBucket.SortOptions sortOptions) List<ScoredValue<V>> SortedSetBucket.subset(Double startScore, boolean includeStart, Double stopScore, boolean includeStop, boolean isRev, Long offset, Long count) List<ScoredValue<V>> SortedSetBucket.subset(V startValue, boolean includeStart, V stopValue, boolean includeStop, boolean isRev, Long offset, Long count) EmbeddedMultimapSortedSetCache.subsetByIndex(K key, SortedSetSubsetArgs<Long> args) Subset elements in the sorted set by index.List<ScoredValue<V>> SortedSetBucket.subsetByIndex(long from, long to, boolean rev) EmbeddedMultimapSortedSetCache.subsetByLex(K key, SortedSetSubsetArgs<V> args) Subset elements using the natural ordering of the values.EmbeddedMultimapSortedSetCache.subsetByScore(K key, SortedSetSubsetArgs<Double> args) Subset elements using the score.SortedSetBucket.toTreeSet()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) Methods in org.infinispan.multimap.impl with parameters of type ScoredValueModifier and TypeMethodDescriptionintScoredValue.compareTo(ScoredValue<V> other) voidScoredValue$___Marshaller_c3c7c2e6be2a4c5279f85b0aa0a0011f567d0b7f3446a69ef1f6ab02c230feac.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ScoredValue $2) Method parameters in org.infinispan.multimap.impl with type arguments of type ScoredValueModifier and TypeMethodDescriptionEmbeddedMultimapSortedSetCache.addMany(K key, Collection<ScoredValue<V>> scoredValues, SortedSetAddArgs args) Adds and/or updates, depending on the provided options, the value and the associated score.SortedSetBucket.addMany(Collection<ScoredValue<V>> scoredValues, boolean addOnly, boolean updateOnly, boolean updateLessScoresOnly, boolean updateGreaterScoresOnly) 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.SortedSetBucket.inter(Collection<ScoredValue<V>> inputValues, double weight, SortedSetBucket.AggregateFunction function) voidSortedSetBucket.replace(Collection<ScoredValue<V>> scoredValues) default List<ScoredValue<V>> SortableBucket.sort(Stream<ScoredValue<V>> scoredValueStream, SortableBucket.SortOptions options) 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 ScoredValue in org.infinispan.multimap.impl.function.sortedset
Methods in org.infinispan.multimap.impl.function.sortedset that return types with arguments of type ScoredValueModifier and TypeMethodDescriptionPopFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SortedSetBucket<V>> entryView) SortedSetAggregateFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SortedSetBucket<V>> entryView) List<ScoredValue<V>> SortedSetRandomFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SortedSetBucket<V>> entryView) SubsetFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SortedSetBucket<V>> entryView) Constructor parameters in org.infinispan.multimap.impl.function.sortedset with type arguments of type ScoredValueModifierConstructorDescriptionAddManyFunction(Collection<ScoredValue<V>> scoredValues, boolean addOnly, boolean updateOnly, boolean updateLessScoresOnly, boolean updateGreaterScoresOnly, boolean returnChangedCount, boolean replace) AddManyFunction(Collection<ScoredValue<V>> scoredValues, SortedSetAddArgs args) SortedSetAggregateFunction(SortedSetAggregateFunction.AggregateType type, Collection<ScoredValue<V>> scoredValues, double weight, SortedSetBucket.AggregateFunction function)