Uses of Class
com.tangosol.util.processor.VersionedPutAll
Packages that use VersionedPutAll
-
Uses of VersionedPutAll in com.tangosol.util
Methods in com.tangosol.util that return VersionedPutAllModifier and TypeMethodDescriptionstatic <K,
V extends Versionable>
VersionedPutAll<K, V> Processors.versionedPutAll
(Map<? extends K, ? extends V> map) Construct a versioned putAll processor that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).static <K,
V extends Versionable>
VersionedPutAll<K, V> Processors.versionedPutAll
(Map<? extends K, ? extends V> map, boolean fAllowInsert, boolean fReturn) Construct a versioned putAll processor that updates an entry with a new value if and only if the version of the new value matches to the version of the current entry's value (which must exist).