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 |
EntryOperation
GOTCHA : This operation LOADS missing keys from map-store, in contrast with PartitionWideEntryOperation.
|
class |
EvictOperation |
class |
MergeOperation |
class |
PutIfAbsentOperation |
class |
PutOperation |
class |
PutTransientOperation |
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 |
TxnSetOperation
An operation to unlock and set (key,value) on the partition .
|
class |
TxnUnlockOperation
An operation to unlock key on the partition owner.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.