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.client.txn |
Contains classes related to Txn
such as TransactionProxy
|
com.hazelcast.client.txn.proxy.xa |
Contains classes related to proxy for XA
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.collection.impl.txnlist | |
com.hazelcast.collection.impl.txnqueue | |
com.hazelcast.collection.impl.txnset | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
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 |
AbstractClientTxnCollectionProxy<E> |
class |
ClientTxnListProxy<E> |
class |
ClientTxnMapProxy<K,V>
Proxy implementation of
TransactionalMap interface. |
class |
ClientTxnMultiMapProxy<K,V> |
class |
ClientTxnQueueProxy<E> |
class |
ClientTxnSetProxy<E> |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
TransactionContextProxy.getTransactionalObject(String serviceName,
String name) |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
XATransactionContextProxy.getTransactionalObject(String serviceName,
String name) |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
TransactionContextProxy.getTransactionalObject(String serviceName,
String name) |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
XATransactionContextProxy.getTransactionalObject(String serviceName,
String name) |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
ClusterServiceImpl.createTransactionalObject(String name,
Transaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalListProxy<E> |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalQueueProxy<E>
Provides proxy for the Transactional Queue.
|
class |
TransactionalQueueProxySupport
Provides support for proxy of the Transactional Queue.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionalSetProxy<E> |
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionalList<E>
Transactional implementation of
IList . |
interface |
TransactionalMap<K,V>
Transactional implementation of
BaseMap . |
interface |
TransactionalMultiMap<K,V>
Transactional implementation of
BaseMultiMap . |
interface |
TransactionalQueue<E>
Transactional implementation of
BaseQueue . |
interface |
TransactionalSet<E>
Transactional implementation of
ISet . |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
MapService.createTransactionalObject(String name,
Transaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalMapProxy
Proxy implementation of
TransactionalMap interface. |
class |
TransactionalMapProxySupport
Base class contains proxy helper methods for
TransactionalMapProxy |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
MultiMapService.createTransactionalObject(String name,
Transaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalMultiMapProxy<K,V> |
class |
TransactionalMultiMapProxySupport |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
TransactionalService.createTransactionalObject(String name,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
<T extends TransactionalObject> |
TransactionalTaskContext.getTransactionalObject(String serviceName,
String name)
Returns the transactional object instance with the specified name and service name.
|
Modifier and Type | Method and Description |
---|---|
TransactionalObject |
XATransactionContextImpl.getTransactionalObject(String serviceName,
String name) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.