Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving
transactional data-structures like the
Hazelcast.Core.ITransactionalMap<K, V>
.
Namespace: Hazelcast.Transaction
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
The ITransactionContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BeginTransaction | Begins a transaction. |
![]() | CommitTransaction | Commits a transaction. |
![]() | GetListE | Returns the transactional list instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetMapK, V | Returns the transactional distributed map instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetMultiMapK, V | Returns the transactional multimap instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetQueueE | Returns the transactional queue instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetSetE | Returns the transactional set instance with the specified name. (Inherited from ITransactionalTaskContext.) |
![]() | GetTransactionalObjectT | (Inherited from ITransactionalTaskContext.) |
![]() | GetTxnId | Gets the id that uniquely identifies the transaction. |
![]() | RollbackTransaction | Rollback of the current transaction. |
See Also