Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
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 Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.client.txn.proxy.xa |
Contains classes related to proxy for XA
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
com.hazelcast.transaction.client |
This package contains client transaction code
|
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 |
ClientEndpoint.getTransactionContext(String txnId) |
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpoint.setTransactionContext(TransactionContext context) |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
ClientEndpointImpl.getTransactionContext(String txnId) |
TransactionContext |
HazelcastClientInstanceImpl.newTransactionContext() |
TransactionContext |
HazelcastClientProxy.newTransactionContext() |
TransactionContext |
HazelcastClientInstanceImpl.newTransactionContext(TransactionOptions options) |
TransactionContext |
HazelcastClientProxy.newTransactionContext(TransactionOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpointImpl.setTransactionContext(TransactionContext transactionContext) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionContextProxy |
Modifier and Type | Class and Description |
---|---|
class |
XATransactionContextProxy |
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 |
XAResourceProxy.getTransactionContext() |
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 |
ManagedConnectionImpl.getTransactionContext() |
TransactionContext |
HazelcastTransactionImpl.getTxContext() |
TransactionContext |
HazelcastConnectionImpl.newTransactionContext() |
TransactionContext |
HazelcastConnectionImpl.newTransactionContext(TransactionOptions options) |
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 |
---|---|
protected TransactionContext |
BaseTransactionRequest.getTransactionContext() |
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,
int timeout) |
Modifier and Type | Method and Description |
---|---|
static Transaction |
TransactionAccessor.getTransaction(TransactionContext ctx) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.