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.core |
Provides core API interfaces/classes.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnListProxy<E>
Proxy implementation of
TransactionalList . |
class |
ClientTxnMapProxy<K,V>
Proxy implementation of
TransactionalMap interface. |
class |
ClientTxnMultiMapProxy<K,V>
Proxy implementation of
TransactionalMultiMap |
class |
ClientTxnQueueProxy<E>
Proxy implementation of
TransactionalQueue . |
class |
ClientTxnSetProxy<E>
Proxy implementation of
TransactionalSet . |
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 | 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> |
TransactionalService.createTransactionalObject(String name,
com.hazelcast.transaction.impl.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.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.