Uses of Interface
com.tangosol.util.Versionable
Packages that use Versionable
Package
Description
Contains packages and classes related to the Coherence REST API utilities.
Contains various generic utilities.
Contains concrete 
InvocableMap.EntryProcessor
 implementations.- 
Uses of Versionable in com.tangosol.coherence.rest.util
Classes in com.tangosol.coherence.rest.util that implement Versionable - 
Uses of Versionable in com.tangosol.util
Methods in com.tangosol.util with type parameters of type VersionableModifier 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.static <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). - 
Uses of Versionable in com.tangosol.util.processor
Classes in com.tangosol.util.processor with type parameters of type VersionableModifier and TypeClassDescriptionclassVersionedPut<K,V extends Versionable> VersionedPut is an EntryProcessor that assumes that entry values implementVersionableinterface and performs anEntry.setValueoperation if and only if the version of the specified value matches to the version of the current value.classVersionedPutAll<K,V extends Versionable> VersionedPutAll is an EntryProcessor that assumes that entry values implementVersionableinterface and performs anEntry.setValueoperation only for entries whose versions match to versions of the corresponding current values.Fields in com.tangosol.util.processor declared as Versionable