com.hazelcast.map.impl.tx
Interface MapTxnOperation

All Superinterfaces:
Notifier
All Known Implementing Classes:
TxnDeleteOperation, TxnSetOperation, TxnUnlockOperation

public interface MapTxnOperation
extends Notifier

Transactional operation interface for IMap


Method Summary
 long getVersion()
           
 void setOwnerUuid(String ownerUuid)
           
 void setThreadId(long threadId)
           
 void setVersion(long version)
           
 
Methods inherited from interface com.hazelcast.spi.Notifier
getNotifiedKey, shouldNotify
 

Method Detail

setVersion

void setVersion(long version)

getVersion

long getVersion()

setThreadId

void setThreadId(long threadId)

setOwnerUuid

void setOwnerUuid(String ownerUuid)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.