public abstract class AbstractMutatingCacheOperation extends AbstractNamedOperation implements BackupAwareOperation
Modifier and Type | Field and Description |
---|---|
protected int |
completionId |
static int |
IGNORE_COMPLETION |
name
Modifier | Constructor and Description |
---|---|
protected |
AbstractMutatingCacheOperation() |
protected |
AbstractMutatingCacheOperation(String name,
Data key,
int completionId) |
Modifier and Type | Method and Description |
---|---|
void |
afterRun() |
void |
beforeRun() |
int |
getAsyncBackupCount() |
int |
getCompletionId() |
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
Object |
getResponse() |
int |
getSyncBackupCount() |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
setCompletionId(int completionId) |
protected void |
writeInternal(ObjectDataOutput out) |
getName
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAsyncBackupCount, getBackupOperation, getSyncBackupCount, shouldBackup
getPartitionId
getId
readData, writeData
public static final int IGNORE_COMPLETION
protected int completionId
public void afterRun() throws Exception
afterRun
in class AbstractOperation
Exception
public int getCompletionId()
public void setCompletionId(int completionId)
protected void writeInternal(ObjectDataOutput out) throws IOException
IOException
protected void readInternal(ObjectDataInput in) throws IOException
IOException
public final void beforeRun() throws Exception
beforeRun
in class AbstractOperation
Exception
public boolean returnsResponse()
returnsResponse
in interface RemotePropagatable<Operation>
returnsResponse
in class AbstractOperation
public final Object getResponse()
getResponse
in class AbstractOperation
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public final int getSyncBackupCount()
public final int getAsyncBackupCount()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.