Uses of Package
com.hazelcast.transaction
Package
Description
This package contains the cluster functionality.
Provides core API interfaces/classes.
Contains classes related to cluster split brain protection.
Contains Hazelcast transaction classes for Spring Transaction API.
Provides interfaces/classes for Hazelcast transaction support.
-
-
ClassDescriptionInterface for providing Hazelcast as an XAResourceContains the logic that is going to be executed within a transaction.Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like the
TransactionalMap
.AHazelcastException
that is thrown when something goes wrong while dealing with transactions and transactional data-structures.Contains the configuration for a Hazelcast transaction. -
ClassDescriptionA
HazelcastException
that is thrown when something goes wrong while dealing with transactions and transactional data-structures. -
ClassDescriptionTransactional implementation of
IList
.Transactional implementation ofBaseMap
.Transactional implementation ofBaseMultiMap
.Marker interface for all transactional distributed objects.Transactional implementation ofBaseQueue
.Transactional implementation ofISet
.Provides a context to access transactional data-structures, like theTransactionalMap
.Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like theTransactionalMap
. -
ClassDescriptionTransactional implementation of
IList
.Transactional implementation ofBaseMap
.Transactional implementation ofBaseMultiMap
.Marker interface for all transactional distributed objects.Transactional implementation ofBaseQueue
.Transactional implementation ofISet
.Contains the logic that is going to be executed within a transaction.Provides a context to access transactional data-structures, like theTransactionalMap
.Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving transactional data-structures like theTransactionalMap
.AHazelcastException
that is thrown when something goes wrong while dealing with transactions and transactional data-structures.Contains the configuration for a Hazelcast transaction.The type of transaction.