Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
ClientEndpoint.getTransactionContext(String txnId) |
TransactionContext |
HazelcastClientProxy.newTransactionContext() |
TransactionContext |
HazelcastClient.newTransactionContext() |
TransactionContext |
HazelcastClientProxy.newTransactionContext(TransactionOptions options) |
TransactionContext |
HazelcastClient.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 |
---|---|
static TransactionContext |
HazelcastTransactionImpl.createTransaction(int timeout,
HazelcastInstance hazelcastInstance) |
TransactionContext |
HazelcastTransactionImpl.getTxContext() |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastTransactionImpl.setTxContext(TransactionContext txContext) |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionManagerService.newClientTransactionContext(TransactionOptions options,
String clientUuid) |
TransactionContext |
TransactionManagerService.newTransactionContext(TransactionOptions options) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.