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 |
EntryOperation
GOTCHA : 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 |
TxnDeleteOperation
Transactional delete operation
|
class |
TxnLockAndGetOperation
Transactional lock and get operation.
|
class |
TxnPrepareBackupOperation
An operation to prepare transaction by locking the key on key backup owner.
|
class |
TxnPrepareOperation
An operation to prepare transaction by locking the key on the key owner.
|
class |
TxnRollbackBackupOperation
An operation to rollback transaction by unlocking the key on key backup owner.
|
class |
TxnRollbackOperation
An operation to rollback transaction by unlocking the key on key owner.
|
class |
TxnSetOperation
An operation to unlock and set (key,value) on the partition .
|
class |
TxnUnlockBackupOperation
An operation to unlock key on the backup owner.
|
class |
TxnUnlockOperation
An operation to unlock key on the partition owner.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.