Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client 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.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast 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 | 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 |
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 |
HazelcastInstanceProxy.newTransactionContext() |
TransactionContext |
HazelcastInstanceImpl.newTransactionContext() |
TransactionContext |
HazelcastInstanceProxy.newTransactionContext(TransactionOptions options) |
TransactionContext |
HazelcastInstanceImpl.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) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.