| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.txncollection | |
| com.hazelcast.collection.impl.txnqueue | |
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. | 
| com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionTransactionLog | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueueTransactionLogThis class contains Transaction log for the Queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapTransactionLogRepresents an operation on the map in the transaction log. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapTransactionLog | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | KeyAwareTransactionLog | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionLog | TransactionSupport. getTransactionLog(Object key) | 
| TransactionLog | TransactionImpl. getTransactionLog(Object key) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TransactionLog> | TransactionImpl. getTxLogs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionSupport. addTransactionLog(TransactionLog transactionLog) | 
| void | TransactionImpl. addTransactionLog(TransactionLog transactionLog) | 
| Constructor and Description | 
|---|
| ReplicateTxOperation(List<TransactionLog> logs,
                    String callerUuid,
                    String txnId,
                    long timeoutMillis,
                    long startTime) | 
| Constructor and Description | 
|---|
| PutRemoteTransactionBackupOperation(List<TransactionLog> logs,
                                   String txnId,
                                   SerializableXID xid,
                                   String txOwnerUuid,
                                   long timeoutMillis,
                                   long startTime) | 
| PutRemoteTransactionOperation(List<TransactionLog> logs,
                             String txnId,
                             SerializableXID xid,
                             String txOwnerUuid,
                             long timeoutMillis,
                             long startTime) | 
| XATransactionHolder(String txnId,
                   SerializableXID xid,
                   String ownerUuid,
                   long timeoutMilis,
                   long startTime,
                   List<TransactionLog> txLogs) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.