Uses of Interface
com.tangosol.util.TransactionMap
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing Java 2 Connector Architecture functionality.
Contains various generic utilities.
-
Uses of TransactionMap in com.tangosol.net
Modifier and TypeMethodDescriptionstatic TransactionMap
CacheFactory.getLocalTransaction
(NamedCache map) Factory method returning an instance of the TransactionMap that is based on the specified NamedCache and is local to this JVM. -
Uses of TransactionMap in com.tangosol.run.jca
Modifier and TypeMethodDescriptionvoid
SimpleValidator.enlist
(TransactionMap mapTx, Object oKey) Enlist the resource with the specified transaction.void
SimpleValidator.validate
(TransactionMap mapTx, Set setInsert, Set setUpdate, Set setDelete, Set setRead, Set setPhantom) Validate that the content of the TransactionMap is "fit" to be committed into the base map.protected void
SimpleValidator.validateInsert
(TransactionMap mapTx, Set setKey) Validate the set of the inserts.protected void
SimpleValidator.validateValue
(TransactionMap mapTx, Set setKey) Validate the set of the read values.protected void
SimpleValidator.validateVersion
(TransactionMap mapTx, Set setKey) Validate the set of the updates or deletes. -
Uses of TransactionMap in com.tangosol.util
Modifier and TypeMethodDescriptionvoid
TransactionMap.Validator.enlist
(TransactionMap mapTx, Object oKey) Enlist the resource with the specified transaction.void
TransactionMap.Validator.validate
(TransactionMap mapTx, Set setInsert, Set setUpdate, Set setDelete, Set setRead, Set setPhantom) Validate that the content of the TransactionMap is "fit" to be committed into the base map.