public abstract class AbstractMutatingCacheOperation extends AbstractCacheOperation implements BackupAwareOperation, MutableOperation, MutatingOperation
This operation publishes COMPLETE event.
Modifier and Type | Field and Description |
---|---|
protected int |
completionId |
backupRecord, cache, cacheService, key, response, wanEventPublisher
name
GENERIC_PARTITION_ID
IGNORE_COMPLETION
Modifier | Constructor and Description |
---|---|
protected |
AbstractMutatingCacheOperation() |
protected |
AbstractMutatingCacheOperation(String name,
Data key,
int completionId) |
Modifier and Type | Method and Description |
---|---|
int |
getCompletionId() |
protected void |
readInternal(ObjectDataInput in) |
void |
setCompletionId(int completionId) |
protected void |
writeInternal(ObjectDataOutput out) |
beforeRun, getAsyncBackupCount, getFactoryId, getResponse, getServiceName, getServiceNamespace, getSyncBackupCount, logError, onInvocationException
getName, toString
afterRun, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onExecutionFailure, onSetCallId, readData, returnsResponse, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAsyncBackupCount, getBackupOperation, getSyncBackupCount, shouldBackup
getPartitionId
getId
readData, writeData
public int getCompletionId()
getCompletionId
in interface MutableOperation
public void setCompletionId(int completionId)
setCompletionId
in interface MutableOperation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractCacheOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractCacheOperation
IOException
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.