Package | Description |
---|---|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.splitbrainprotection |
Contains classes related to cluster split brain protection.
|
com.hazelcast.spring.transaction |
Contains Hazelcast transaction classes for Spring Transaction API.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Class and Description |
---|
TransactionOptions
Contains the configuration for a Hazelcast transaction.
|
Class and Description |
---|
HazelcastXAResource
Interface for providing Hazelcast as an XAResource
|
TransactionalTask
Contains the logic that is going to be executed within a transaction.
|
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
TransactionException
A
HazelcastException that is thrown when something goes wrong
while dealing with transactions and transactional data-structures. |
TransactionOptions
Contains the configuration for a Hazelcast transaction.
|
Class and Description |
---|
TransactionException
A
HazelcastException that is thrown when something goes wrong
while dealing with transactions and transactional data-structures. |
Class and Description |
---|
TransactionalList
Transactional implementation of
IList . |
TransactionalMap
Transactional implementation of
BaseMap . |
TransactionalMultiMap
Transactional implementation of
BaseMultiMap . |
TransactionalObject
Marker interface for all transactional distributed objects.
|
TransactionalQueue
Transactional implementation of
BaseQueue . |
TransactionalSet
Transactional implementation of
ISet . |
TransactionalTaskContext
Provides a context to access transactional data-structures, like the
TransactionalMap . |
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
Class and Description |
---|
TransactionalList
Transactional implementation of
IList . |
TransactionalMap
Transactional implementation of
BaseMap . |
TransactionalMultiMap
Transactional implementation of
BaseMultiMap . |
TransactionalObject
Marker interface for all transactional distributed objects.
|
TransactionalQueue
Transactional implementation of
BaseQueue . |
TransactionalSet
Transactional implementation of
ISet . |
TransactionalTask
Contains the logic that is going to be executed within a transaction.
|
TransactionalTaskContext
Provides a context to access transactional data-structures, like the
TransactionalMap . |
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
TransactionException
A
HazelcastException that is thrown when something goes wrong
while dealing with transactions and transactional data-structures. |
TransactionOptions
Contains the configuration for a Hazelcast transaction.
|
TransactionOptions.TransactionType
The type of transaction.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.