Package com.hazelcast.map.impl.tx

Contains implementation classes for TransactionalMap

See:
          Description

Interface Summary
MapTxnOperation Transactional operation interface for IMap
 

Class Summary
MapTransactionLog Represents an operation on the map in the transaction log.
TransactionalMapProxy Proxy implementation of TransactionalMap interface.
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 Data value objects with version information.
 

Package com.hazelcast.map.impl.tx Description

Contains implementation classes for TransactionalMap



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.