| Package | Description | 
|---|---|
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasePutOperation | 
| class  | BaseRemoveOperation | 
| class  | DeleteOperation | 
| class  | EntryBackupOperation | 
| class  | EntryOperationGOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation. | 
| class  | EvictBackupOperation | 
| class  | EvictOperation | 
| class  | LockAwareOperation | 
| class  | MergeOperation | 
| class  | PutBackupOperation | 
| class  | PutIfAbsentOperation | 
| class  | PutOperation | 
| class  | PutTransientOperation | 
| class  | RemoveBackupOperation | 
| class  | RemoveIfSameOperation | 
| class  | RemoveOperation | 
| class  | ReplaceIfSameOperation | 
| class  | ReplaceOperation | 
| class  | SetOperation | 
| class  | TryPutOperation | 
| class  | TryRemoveOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TxnDeleteOperationTransactional delete operation | 
| class  | TxnLockAndGetOperationTransactional lock and get operation. | 
| class  | TxnPrepareBackupOperationAn operation to prepare transaction by locking the key on key backup owner. | 
| class  | TxnPrepareOperationAn operation to prepare transaction by locking the key on the key owner. | 
| class  | TxnRollbackBackupOperationAn operation to rollback transaction by unlocking the key on key backup owner. | 
| class  | TxnRollbackOperationAn operation to rollback transaction by unlocking the key on key owner. | 
| class  | TxnSetOperationAn operation to unlock and set (key,value) on the partition . | 
| class  | TxnUnlockBackupOperationAn operation to unlock key on the backup owner. | 
| class  | TxnUnlockOperationAn operation to unlock key on the partition owner. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.