public class TxnSetOperation extends BasePutOperation implements MapTxnOperation, MutatingOperation
eventType, oldValuedataKey, dataValue, threadIdcreateRecordStoreOnDemand, disposeDeferredBlocks, mapContainer, mapEventPublisher, mapService, mapServiceContext, recordStorenameGENERIC_PARTITION_ID| Constructor and Description |
|---|
TxnSetOperation() |
TxnSetOperation(String name,
Data dataKey,
Data value,
long version,
long ttl) |
| Modifier and Type | Method and Description |
|---|---|
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) |
afterRunInternal, getAsyncBackupCount, getSyncBackupCount, newBackupOperationgetWaitKeygetKey, 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 boolean shouldWait()
shouldWait in interface BlockingOperationshouldWait in class LockAwareOperationpublic void innerBeforeRun()
throws Exception
innerBeforeRun in class MapOperationExceptionprotected void runInternal()
runInternal in class MapOperationpublic long getVersion()
getVersion in interface MapTxnOperationpublic void setVersion(long version)
setVersion in interface MapTxnOperationpublic void setOwnerUuid(UUID ownerUuid)
setOwnerUuid in interface MapTxnOperationpublic void setTransactionId(UUID transactionId)
setTransactionId in interface MapTxnOperationpublic Object getResponse()
OperationOperation.returnsResponse() returned true,
shortly after Operation.run() returns.getResponse in class Operationpublic boolean shouldNotify()
shouldNotify in interface Notifierpublic void onWaitExpire()
onWaitExpire in interface BlockingOperationonWaitExpire in class BasePutOperationpublic 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 BasePutOperationpublic Operation getBackupOperation()
BackupAwareOperationBackupOperation responsible for making the backup.getBackupOperation in interface BackupAwareOperationgetBackupOperation in class BasePutOperationBackupOperation responsible for making the backup.public 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.