Classes
Class | Description | |
---|---|---|
TransactionOptions | Contains the configuration for a transaction |
Interfaces
Interface | Description | |
---|---|---|
ITransactionalObject | Marker interface for all transactional distributed objects. | |
ITransactionalTaskContext |
Provides a context to access transactional data-structures like the
Hazelcast.Core.ITransactionalMap<K, V>
.
| |
ITransactionContext |
Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving
transactional data-structures like the
Hazelcast.Core.ITransactionalMap<K, V>
.
|
Enumerations
Enumeration | Description | |
---|---|---|
TransactionOptionsTransactionType | ||
TransactionState |