Uses of Interface
com.tangosol.util.ValueUpdater
Packages that use ValueUpdater
Package
Description
Contains classes to enable Repository-like access to Coherence data.
Contains classes providing various caching strategies.
Contains various generic utilities.
Contains
ValueExtractor and
ValueUpdater related classes.Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of ValueUpdater in com.oracle.coherence.repository
Methods in com.oracle.coherence.repository with parameters of type ValueUpdaterModifier and TypeMethodDescription<U> CompletableFuture<Void> AbstractAsyncRepository.update(ID id, ValueUpdater<? super T, ? super U> updater, U value) Update an entity using specified updater and the new value.<U> CompletableFuture<Void> AbstractAsyncRepository.update(ID id, ValueUpdater<? super T, ? super U> updater, U value, EntityFactory<? super ID, ? extends T> factory) Update an entity using specified updater and the new value, and optionalEntityFactorythat will be used to create entity instance if it doesn't already exist in the repository.<U> voidAbstractRepository.update(ID id, ValueUpdater<? super T, ? super U> updater, U value) Update an entity using specified updater and the new value.<U> voidAbstractRepository.update(ID id, ValueUpdater<? super T, ? super U> updater, U value, EntityFactory<? super ID, ? extends T> factory) Update an entity using specified updater and the new value, and optionalEntityFactorythat will be used to create entity instance if it doesn't already exist in the repository.<U> CompletableFuture<Void> AbstractAsyncRepository.updateAll(Filter<?> filter, ValueUpdater<? super T, ? super U> updater, U value) Update multiple entities using specified updater and the new value.<U> voidAbstractRepository.updateAll(Filter<?> filter, ValueUpdater<? super T, ? super U> updater, U value) Update multiple entities using specified updater and the new value. -
Uses of ValueUpdater in com.tangosol.net.cache
Methods in com.tangosol.net.cache with parameters of type ValueUpdaterModifier and TypeMethodDescriptionvoidBackingMapBinaryEntry.update(ValueUpdater updater, Object oValue) Update the Entry's value. -
Uses of ValueUpdater in com.tangosol.util
Fields in com.tangosol.util declared as ValueUpdaterModifier and TypeFieldDescriptionprotected ValueUpdaterUniversalManipulator.m_updaterThe underlying ValueUpdater.Methods in com.tangosol.util that return ValueUpdaterModifier and TypeMethodDescriptionUniversalManipulator.getUpdater()Retrieve the underlying ValueUpdater reference.ValueManipulator.getUpdater()Retrieve the underlying ValueUpdater reference.Methods in com.tangosol.util with parameters of type ValueUpdaterModifier and TypeMethodDescription<T> voidConverterCollections.ConverterMapEvent.ConverterMapEventBinaryEntry.update(ValueUpdater<V, T> updater, T value) Update the Entry's value.<T> voidInvocableMap.Entry.update(ValueUpdater<V, T> updater, T value) Update the Entry's value.voidInvocableMapHelper.RoutingMapTriggerEntry.update(ValueUpdater updater, Object oValue) static <K,V, T> UpdaterProcessor <K, V, T> Processors.update(ValueUpdater<V, T> updater, T value) Construct an update processor based on the specifiedValueUpdater.<U> voidSimpleMapEntry.update(ValueUpdater<V, U> updater, U value) Update the Entry's value.static <K,V, U> void InvocableMapHelper.updateEntry(ValueUpdater<V, U> updater, Map.Entry<K, V> entry, U oValue) Update the specified entry using the specified updater and value. -
Uses of ValueUpdater in com.tangosol.util.extractor
Classes in com.tangosol.util.extractor that implement ValueUpdaterModifier and TypeClassDescriptionclassAbstractUpdater<K,V, U> Abstract base for ValueUpdater implementations.classA ValueUpdater implementation based on an extractor-updater pair that could also be used as a ValueManipulator.classPOF-based ValueUpdater implementation.classReflection-based ValueUpdater implementation.classUniversal ValueUpdater implementation.Fields in com.tangosol.util.extractor declared as ValueUpdaterModifier and TypeFieldDescriptionprotected ValueUpdaterCompositeUpdater.m_updaterThe ValueUpdater part.Methods in com.tangosol.util.extractor that return ValueUpdaterModifier and TypeMethodDescriptionstatic ValueUpdaterUniversalUpdater.createUpdater(String sNames) Return aValueUpdaterforsNamesCompositeUpdater.getUpdater()Retrieve the ValueUpdater part.Constructors in com.tangosol.util.extractor with parameters of type ValueUpdaterModifierConstructorDescriptionCompositeUpdater(ValueExtractor extractor, ValueUpdater updater) Construct a CompositeUpdater based on the specified extractor and updater. -
Uses of ValueUpdater in com.tangosol.util.processor
Fields in com.tangosol.util.processor declared as ValueUpdaterModifier and TypeFieldDescriptionprotected ValueUpdater<V, R> PropertyManipulator.m_updaterThe underlying ValueUpdater.protected ValueUpdater<V, T> UpdaterProcessor.m_updaterThe underlying ValueUpdater.Methods in com.tangosol.util.processor that return ValueUpdaterModifier and TypeMethodDescriptionPropertyManipulator.getUpdater()Retrieve the underlying ValueUpdater reference.Constructors in com.tangosol.util.processor with parameters of type ValueUpdaterModifierConstructorDescriptionUpdaterProcessor(ValueUpdater<V, T> updater, T value) Construct an UpdaterProcessor based on the specified ValueUpdater.