Uses of Class
com.tangosol.util.processor.VersionedPut
Packages that use VersionedPut
-
Uses of VersionedPut in com.tangosol.util
Methods in com.tangosol.util that return VersionedPutModifier and TypeMethodDescriptionstatic <K,
V extends Versionable>
VersionedPut<K, V> Processors.versionedPut
(V oValue) Construct a versioned put 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>
VersionedPut<K, V> Processors.versionedPut
(V oValue, boolean fAllowInsert, boolean fReturn) Construct a versioned put 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.