Package | Description |
---|---|
com.hazelcast.client.proxy.txn |
Contains classes related to proxy for client transactions
|
com.hazelcast.client.proxy.txn.xa |
Contains classes related to proxy for XA
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionContextProxy
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
Modifier and Type | Class and Description |
---|---|
class |
XATransactionContextProxy
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientTransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionContext
Provides a context to perform transactional operations: beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap . |
Modifier and Type | Method and Description |
---|---|
T |
TransactionalTask.execute(TransactionalTaskContext context)
Executes the transactional logic.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.