Uses of Class
com.tangosol.util.processor.VersionedPut

Packages that use VersionedPut
Package
Description
Contains various generic utilities.
  • Uses of VersionedPut in com.tangosol.util

    Methods in com.tangosol.util that return VersionedPut
    Modifier and Type
    Method
    Description
    static <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.