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.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnQueueProxy<E>
Proxy implementation of
TransactionalQueue . |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalQueue<E> |
TransactionContextProxy.getQueue(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalQueue<E> |
XATransactionContextProxy.getQueue(String name) |
Modifier and Type | Method and Description |
---|---|
<E> TransactionalQueue<E> |
TransactionalTaskContext.getQueue(String name)
Returns the transactional queue instance with the specified name.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.