public class RemoveOperation extends BaseRemoveOperation
Modifier and Type | Field and Description |
---|---|
protected boolean |
successful |
dataOldValue
dataKey, dataValue, threadId
createRecordStoreOnDemand, disposeDeferredBlocks, mapContainer, mapEventPublisher, mapService, mapServiceContext, recordStore
name
GENERIC_PARTITION_ID
Constructor and Description |
---|
RemoveOperation() |
RemoveOperation(String name,
Data dataKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterRunInternal() |
int |
getClassId()
Returns type identifier for this class.
|
protected void |
runInternal() |
boolean |
shouldBackup()
Checks if a backup needs to be made.
|
getAsyncBackupCount, getBackupOperation, getResponse, getSyncBackupCount, onWaitExpire
getWaitKey, shouldWait
getKey, getThreadId, getValue, readInternal, setThreadId, writeInternal
afterRun, beforeRun, disableWanReplicationEvent, evict, getCallerProvenance, getFactoryId, getServiceName, getServiceNamespace, innerBeforeRun, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, logError, onExecutionFailure, publishLoadAsWanUpdate, publishWanRemove, publishWanUpdate, run, setMapContainer, setMapService, wbqCapacityCounter
getName, toString
call, 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, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
getWaitTimeout
readData, writeData
protected void runInternal()
runInternal
in class MapOperation
protected void afterRunInternal()
afterRunInternal
in class BaseRemoveOperation
public boolean shouldBackup()
BackupAwareOperation
If a call has not made any change, e.g. an AtomicLong increment with 0, no backup needs to be made.
shouldBackup
in interface BackupAwareOperation
shouldBackup
in class BaseRemoveOperation
public int getClassId()
IdentifiedDataSerializable
Copyright © 2019 Hazelcast, Inc.. All rights reserved.