TransactionalMapSee: Description
| Interface | Description | 
|---|---|
| MapTxnOperation | Transactional operation interface for  IMap | 
| Class | Description | 
|---|---|
| MapTransactionLogRecord | Represents an operation on the map in the transaction log. | 
| TransactionalMapProxy | Proxy implementation of  TransactionalMapinterface. | 
| TransactionalMapProxySupport | Base class contains proxy helper methods for  TransactionalMapProxy | 
| TxnDeleteOperation | Transactional delete operation | 
| TxnLockAndGetOperation | Transactional lock and get operation. | 
| TxnPrepareBackupOperation | An operation to prepare transaction by locking the key on key backup owner. | 
| TxnPrepareOperation | An operation to prepare transaction by locking the key on the key owner. | 
| TxnRollbackBackupOperation | An operation to rollback transaction by unlocking the key on key backup owner. | 
| TxnRollbackOperation | An operation to rollback transaction by unlocking the key on key owner. | 
| TxnSetOperation | An operation to unlock and set (key,value) on the partition . | 
| TxnUnlockBackupOperation | An operation to unlock key on the backup owner. | 
| TxnUnlockOperation | An operation to unlock key on the partition owner. | 
| TxnValueWrapper | Wrapper for value objects with type information. | 
| VersionedValue | Wrapper for  Datavalue objects with version information. | 
TransactionalMapCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.