com.hazelcast.map.impl.tx
Class TxnRollbackOperation
java.lang.Object
   com.hazelcast.spi.Operation
com.hazelcast.spi.Operation
       com.hazelcast.map.impl.operation.KeyBasedMapOperation
com.hazelcast.map.impl.operation.KeyBasedMapOperation
           com.hazelcast.map.impl.tx.TxnRollbackOperation
com.hazelcast.map.impl.tx.TxnRollbackOperation
- All Implemented Interfaces: 
- DataSerializable, BackupAwareOperation, RemotePropagatable<Operation>, Notifier, PartitionAwareOperation
- public class TxnRollbackOperation 
- extends KeyBasedMapOperation- implements BackupAwareOperation, Notifier
An operation to rollback transaction by unlocking the key on key owner.
 
 
 
 
| Methods inherited from class com.hazelcast.map.impl.operation.KeyBasedMapOperation | 
| afterRun, beforeRun, evict, getKey, getName, getThreadId, getTtl, getValue, innerBeforeRun, invalidateNearCaches, returnsResponse, setThreadId | 
 
| Methods inherited from class com.hazelcast.spi.Operation | 
| getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData | 
 
 
 
TxnRollbackOperation
protected TxnRollbackOperation(String name,
                               Data dataKey,
                               String ownerUuid)
TxnRollbackOperation
public TxnRollbackOperation()
run
public void run()
         throws Exception
- 
- Specified by:
- runin class- Operation
 
- 
- Throws:
- Exception
 
getResponse
public Object getResponse()
- 
- Specified by:
- getResponsein class- Operation
 
- 
 
shouldBackup
public boolean shouldBackup()
- Description copied from interface: BackupAwareOperation
- Checks if a backup needs to be made.
 
 If a call has not made any change, e.g. an AtomicLong increment with 0, no backup needs to be made.
 
- 
- Specified by:
- shouldBackupin interface- BackupAwareOperation
 
- 
- Returns:
- true if a backup needs to be made, false otherwise.
 
getBackupOperation
public final Operation getBackupOperation()
- Description copied from interface: BackupAwareOperation
- Creates the BackupOperationresponsible for making the backup.
 
- 
- Specified by:
- getBackupOperationin interface- BackupAwareOperation
 
- 
- Returns:
- the created BackupOperation.
 
getAsyncBackupCount
public final int getAsyncBackupCount()
- Description copied from interface: BackupAwareOperation
- The asynchronous backup count. If no asynchronous backups need to be made, 0 is returned.
 
- 
- Specified by:
- getAsyncBackupCountin interface- BackupAwareOperation
 
- 
- Returns:
- the asynchronous backup count.
 
getSyncBackupCount
public final int getSyncBackupCount()
- Description copied from interface: BackupAwareOperation
- The synchronous backup count. If no backups need to be made, 0  is returned.
 
- 
- Specified by:
- getSyncBackupCountin interface- BackupAwareOperation
 
- 
- Returns:
- the synchronous backup count.
 
shouldNotify
public boolean shouldNotify()
- 
- Specified by:
- shouldNotifyin interface- Notifier
 
- 
 
getNotifiedKey
public WaitNotifyKey getNotifiedKey()
- 
- Specified by:
- getNotifiedKeyin interface- Notifier
 
- 
 
writeInternal
protected void writeInternal(ObjectDataOutput out)
                      throws IOException
- 
- Overrides:
- writeInternalin class- KeyBasedMapOperation
 
- 
- Throws:
- IOException
 
readInternal
protected void readInternal(ObjectDataInput in)
                     throws IOException
- 
- Overrides:
- readInternalin class- KeyBasedMapOperation
 
- 
- Throws:
- IOException
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.