Uses of Class
com.hazelcast.transaction.TransactionException
Packages that use 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
Methods in com.hazelcast.core that throw TransactionExceptionModifier 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
Subclasses of TransactionException in com.hazelcast.splitbrainprotectionModifier and TypeClassDescriptionclass
An exception thrown when the cluster size is below the defined threshold. -
Uses of TransactionException in com.hazelcast.transaction
Subclasses of TransactionException in com.hazelcast.transactionModifier and TypeClassDescriptionclass
Thrown when a transaction has timed out.Methods in com.hazelcast.transaction that throw TransactionExceptionModifier and TypeMethodDescriptionvoid
TransactionContext.commitTransaction()
Commits a transaction.TransactionalTask.execute
(TransactionalTaskContext context) Executes the transactional logic.<T> T
TransactionManagerService.executeTransaction
(TransactionOptions options, TransactionalTask<T> task)