Uses of Class
org.infinispan.multimap.impl.ScoredValue
-
Uses of ScoredValue in org.infinispan.multimap.impl
Modifier 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) Modifier and TypeMethodDescriptionGet the value as a collectionScoredValue$___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) Modifier and TypeMethodDescriptionint
ScoredValue.compareTo
(ScoredValue<V> other) void
ScoredValue$___Marshaller_c3c7c2e6be2a4c5279f85b0aa0a0011f567d0b7f3446a69ef1f6ab02c230feac.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ScoredValue $2) Modifier 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) void
SortedSetBucket.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)