Uses of Interface
com.hazelcast.map.impl.tx.MapTxnOperation

Packages that use MapTxnOperation
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
 

Uses of MapTxnOperation in com.hazelcast.map.impl.tx
 

Classes in com.hazelcast.map.impl.tx that implement MapTxnOperation
 class TxnDeleteOperation
          Transactional delete 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 © 2015 Hazelcast, Inc.. All Rights Reserved.