| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.transaction | 
 Provides interfaces/classes for Hazelcast transaction support. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionContext | 
ClientEndpoint.getTransactionContext()  | 
TransactionContext | 
HazelcastClient.newTransactionContext()  | 
TransactionContext | 
HazelcastClientProxy.newTransactionContext()  | 
TransactionContext | 
HazelcastClient.newTransactionContext(TransactionOptions options)  | 
TransactionContext | 
HazelcastClientProxy.newTransactionContext(TransactionOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientEndpoint.setTransactionContext(TransactionContext transactionContext)  | 
| 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 | 
TransactionManagerService.newClientTransactionContext(TransactionOptions options,
                           String clientUuid)  | 
TransactionContext | 
TransactionManagerService.newTransactionContext(TransactionOptions options)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.