Class AddManyFunction<K,V>
java.lang.Object
org.infinispan.multimap.impl.function.sortedset.AddManyFunction<K,V>
- All Implemented Interfaces:
Serializable,Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,,SortedSetBucket<V>>, Long> SortedSetBucketBaseFunction<K,,V, Long> org.infinispan.util.function.SerializableFunction<org.infinispan.functional.EntryView.ReadWriteEntryView<K,SortedSetBucket<V>>, Long>
public final class AddManyFunction<K,V>
extends Object
implements SortedSetBucketBaseFunction<K,V,Long>
Serializable function used by
EmbeddedMultimapSortedSetCache.addMany(Object, Collection, SortedSetAddArgs) .- Since:
- 15.0
- Author:
- Katia Aresti
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.commons.marshall.AdvancedExternalizer<AddManyFunction> -
Constructor Summary
ConstructorsConstructorDescriptionAddManyFunction(Collection<ScoredValue<V>> scoredValues, boolean addOnly, boolean updateOnly, boolean updateLessScoresOnly, boolean updateGreaterScoresOnly, boolean returnChangedCount, boolean replace) AddManyFunction(Collection<ScoredValue<V>> scoredValues, SortedSetAddArgs args) -
Method Summary
Modifier and TypeMethodDescriptionapply(org.infinispan.functional.EntryView.ReadWriteEntryView<K, SortedSetBucket<V>> entryView)
-
Field Details
-
EXTERNALIZER
public static final org.infinispan.commons.marshall.AdvancedExternalizer<AddManyFunction> EXTERNALIZER
-
-
Constructor Details
-
AddManyFunction
-
AddManyFunction
public AddManyFunction(Collection<ScoredValue<V>> scoredValues, boolean addOnly, boolean updateOnly, boolean updateLessScoresOnly, boolean updateGreaterScoresOnly, boolean returnChangedCount, boolean replace)
-
-
Method Details