public class TxnDeleteOperation extends BaseRemoveOperation implements MapTxnOperation
dataOldValuedataKey, dataValue, threadIdcreateRecordStoreOnDemand, disposeDeferredBlocks, mapContainer, mapEventPublisher, mapService, mapServiceContext, recordStorenameGENERIC_PARTITION_ID| Constructor and Description |
|---|
TxnDeleteOperation() |
TxnDeleteOperation(String name,
Data dataKey,
long version) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterRunInternal() |
Operation |
getBackupOperation()
Creates the
BackupOperation responsible for making the backup. |
int |
getClassId()
Returns type identifier for this class.
|
WaitNotifyKey |
getNotifiedKey() |
Object |
getResponse()
Called if and only if
Operation.returnsResponse() returned true,
shortly after Operation.run() returns. |
long |
getVersion() |
void |
innerBeforeRun() |
void |
onWaitExpire() |
protected void |
readInternal(ObjectDataInput in) |
protected void |
runInternal() |
void |
setOwnerUuid(UUID ownerUuid) |
void |
setTransactionId(UUID transactionId) |
void |
setVersion(long version) |
boolean |
shouldBackup()
Checks if a backup needs to be made.
|
boolean |
shouldNotify() |
boolean |
shouldWait() |
protected void |
writeInternal(ObjectDataOutput out) |
getAsyncBackupCount, getSyncBackupCountgetWaitKeygetKey, getThreadId, getValue, setThreadIdafterRun, beforeRun, disableWanReplicationEvent, evict, getCallerProvenance, getFactoryId, getServiceName, getServiceNamespace, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, logError, onExecutionFailure, publishLoadAsWanUpdate, publishWanRemove, publishWanUpdate, run, setMapContainer, setMapService, wbqCapacityCountergetName, toStringcall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getClientCallId, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setClientCallId, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetThreadIdgetPartitionIdgetWaitTimeoutreadData, writeDatapublic void innerBeforeRun()
throws Exception
innerBeforeRun in class MapOperationExceptionprotected void runInternal()
runInternal in class MapOperationpublic boolean shouldWait()
shouldWait in interface BlockingOperationshouldWait in class LockAwareOperationprotected void afterRunInternal()
afterRunInternal in class BaseRemoveOperationpublic void onWaitExpire()
onWaitExpire in interface BlockingOperationonWaitExpire in class BaseRemoveOperationpublic long getVersion()
getVersion in interface MapTxnOperationpublic void setVersion(long version)
setVersion in interface MapTxnOperationpublic Object getResponse()
OperationOperation.returnsResponse() returned true,
shortly after Operation.run() returns.getResponse in class BaseRemoveOperationpublic boolean shouldNotify()
shouldNotify in interface Notifierpublic boolean shouldBackup()
BackupAwareOperationIf a call has not made any change, e.g. an AtomicLong increment with 0, no backup needs to be made.
shouldBackup in interface BackupAwareOperationshouldBackup in class BaseRemoveOperationpublic Operation getBackupOperation()
BackupAwareOperationBackupOperation responsible for making the backup.getBackupOperation in interface BackupAwareOperationgetBackupOperation in class BaseRemoveOperationBackupOperation responsible for making the backup.public void setOwnerUuid(UUID ownerUuid)
setOwnerUuid in interface MapTxnOperationpublic void setTransactionId(UUID transactionId)
setTransactionId in interface MapTxnOperationpublic WaitNotifyKey getNotifiedKey()
getNotifiedKey in interface Notifierprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class KeyBasedMapOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class KeyBasedMapOperationIOExceptionpublic int getClassId()
IdentifiedDataSerializablegetClassId in interface IdentifiedDataSerializableCopyright © 2019 Hazelcast, Inc.. All rights reserved.