Package | Description |
---|---|
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.collection.impl.txnset | |
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.xa |
Provides implementation for Hazelcast XA transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnSetProxy<E>
Proxy implementation of
TransactionalSet . |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalSet<E> |
TransactionContextProxy.getSet(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalSet<E> |
XATransactionContextProxy.getSet(String name) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalSetProxy<E> |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalSet<E> |
ManagedTransactionalTaskContext.getSet(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalSet<E> |
TransactionalTaskContext.getSet(String name)
Returns the transactional set instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<E> TransactionalSet<E> |
XATransactionContextImpl.getSet(String name) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.