TransactionalMap
See: 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
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.
|
VersionedValue |
Wrapper for
Data value objects with version information. |
TransactionalMap
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.