| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Implementation classes of the com.hazelcast.client interfaces 
 | 
| com.hazelcast.client.impl.clientside | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| 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.client.spi.impl | 
 Provides util classes for the Hazelcast client SPI. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.spring.transaction | 
 Contains Hazelcast transaction classes for Spring Transaction API. 
 | 
| com.hazelcast.transaction | 
 Provides interfaces/classes for Hazelcast transaction support. 
 | 
| com.hazelcast.transaction.impl | 
 Provides implementation for Hazelcast transaction support. 
 | 
| com.hazelcast.transaction.impl.xa | 
 Provides implementation for Hazelcast XA transaction support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
ClientEndpointImpl.getTransactionContext(String txnId)  | 
TransactionContext | 
ClientEndpoint.getTransactionContext(String txnId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientEndpointImpl.setTransactionContext(TransactionContext transactionContext)  | 
void | 
ClientEndpoint.setTransactionContext(TransactionContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
HazelcastClientInstanceImpl.newTransactionContext()  | 
TransactionContext | 
HazelcastClientProxy.newTransactionContext()  | 
TransactionContext | 
HazelcastClientInstanceImpl.newTransactionContext(TransactionOptions options)  | 
TransactionContext | 
HazelcastClientProxy.newTransactionContext(TransactionOptions options)  | 
| 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 | Method and Description | 
|---|---|
TransactionContext | 
XAResourceProxy.getTransactionContext()  | 
| 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 | Method and Description | 
|---|---|
TransactionContext | 
ClientTransactionManagerService.newTransactionContext()  | 
TransactionContext | 
ClientTransactionManagerService.newTransactionContext(TransactionOptions options)  | 
TransactionContext | 
ClientTransactionManagerService.newXATransactionContext(Xid xid,
                       int timeoutInSeconds)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
ClientTransactionManagerServiceImpl.newTransactionContext()  | 
TransactionContext | 
ClientTransactionManagerServiceImpl.newTransactionContext(TransactionOptions options)  | 
TransactionContext | 
ClientTransactionManagerServiceImpl.newXATransactionContext(Xid xid,
                       int timeoutInSeconds)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
HazelcastInstance.newTransactionContext()
Creates a new TransactionContext associated with the current thread using default options. 
 | 
TransactionContext | 
HazelcastInstance.newTransactionContext(TransactionOptions options)
Creates a new TransactionContext associated with the current thread with given options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
HazelcastInstanceImpl.newTransactionContext()  | 
TransactionContext | 
HazelcastInstanceProxy.newTransactionContext()  | 
TransactionContext | 
HazelcastInstanceImpl.newTransactionContext(TransactionOptions options)  | 
TransactionContext | 
HazelcastInstanceProxy.newTransactionContext(TransactionOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
HazelcastTransactionManager.getTransactionContext()
Returns the transaction context 
 | 
static TransactionContext | 
HazelcastTransactionManager.getTransactionContext(HazelcastInstance hazelcastInstance)
Returns the transaction context for the given Hazelcast instance bounded to the current thread. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
HazelcastXAResource.getTransactionContext()
Returns the TransactionContext associated with the current thread. 
 | 
TransactionContext | 
TransactionManagerService.newClientTransactionContext(TransactionOptions options,
                           String clientUuid)  | 
TransactionContext | 
TransactionManagerService.newTransactionContext(TransactionOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
TransactionManagerServiceImpl.newClientTransactionContext(TransactionOptions options,
                           String clientUuid)  | 
TransactionContext | 
TransactionManagerServiceImpl.newTransactionContext(TransactionOptions options)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XATransactionContextImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
XAResourceImpl.getTransactionContext()  | 
TransactionContext | 
XAService.newXATransactionContext(Xid xid,
                       String ownerUuid,
                       int timeout,
                       boolean originatedFromClient)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Transaction | 
TransactionAccessor.getTransaction(TransactionContext ctx)  | 
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.