Uses of Class
com.hazelcast.transaction.TransactionException
Package
Description
Provides core API interfaces/classes.
Contains classes related to cluster split brain protection.
Provides interfaces/classes for Hazelcast transaction support.
-
Uses of TransactionException in com.hazelcast.core
Modifier and TypeMethodDescription<T> T
HazelcastInstance.executeTransaction
(TransactionalTask<T> task) Executes the given transactional task in current thread using default options and returns the result of the task.<T> T
HazelcastInstance.executeTransaction
(TransactionOptions options, TransactionalTask<T> task) Executes the given transactional task in current thread using given options and returns the result of the task. -
Uses of TransactionException in com.hazelcast.splitbrainprotection
Modifier and TypeClassDescriptionclass
An exception thrown when the cluster size is below the defined threshold. -
Uses of TransactionException in com.hazelcast.transaction
Modifier and TypeClassDescriptionclass
Thrown when a transaction has timed out.Modifier and TypeMethodDescriptionvoid
TransactionContext.commitTransaction()
Commits a transaction.TransactionalTask.execute
(TransactionalTaskContext context) Executes the transactional logic.<T> T
TransactionManagerService.executeTransaction
(TransactionOptions options, TransactionalTask<T> task)