Uses of Class
com.tangosol.coherence.transaction.Isolation
-
Packages that use Isolation Package Description com.tangosol.coherence.transaction Contains classes related to the Coherence Transaction Framework. -
-
Uses of Isolation in com.tangosol.coherence.transaction
Methods in com.tangosol.coherence.transaction that return Isolation Modifier and Type Method Description IsolationConnectionFactory.ConnectionSpec. getIsolation()Get thetransaction isolationfor this connection.IsolationConnectionSpecImpl. getIsolation()Get thetransaction isolationfor this connection.IsolationTransactionState. getIsolation()Obtain isolation level of the transaction.IsolationConnection. getIsolationLevel()Determine the isolation level for the connection.static IsolationIsolation. valueOf(String name)Returns the enum constant of this type with the specified name.static Isolation[]Isolation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tangosol.coherence.transaction with parameters of type Isolation Modifier and Type Method Description voidConnectionSpecImpl. setIsolation(Isolation isolation)Set the transaction isolation for the connection.voidConnection. setIsolationLevel(Isolation isolation)Specify the isolation level that will be set on transactions produced by this connection.
-