public class CachePutOperation extends AbstractMutatingCacheOperation
completionId, IGNORE_COMPLETIONname| Constructor and Description |
|---|
CachePutOperation() |
CachePutOperation(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
boolean get) |
CachePutOperation(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
boolean get,
int completionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRun() |
int |
getAsyncBackupCount() |
Operation |
getBackupOperation()
Creates the
BackupOperation responsible for making the backup. |
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
Object |
getResponse() |
int |
getSyncBackupCount() |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
boolean |
shouldBackup()
Checks if a backup needs to be made.
|
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, getCompletionId, setCompletionIdgetNamegetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncBackupCount, getSyncBackupCountgetPartitionIdreadData, writeDatapublic CachePutOperation()
public CachePutOperation(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, boolean get)
public boolean shouldBackup()
BackupAwareOperationpublic Operation getBackupOperation()
BackupAwareOperationBackupOperation responsible for making the backup.protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractMutatingCacheOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractMutatingCacheOperationIOExceptionpublic int getId()
IdentifiedDataSerializablepublic final void beforeRun()
throws Exception
beforeRun in class AbstractOperationExceptionpublic boolean returnsResponse()
returnsResponse in interface RemotePropagatable<Operation>returnsResponse in class AbstractOperationpublic final Object getResponse()
getResponse in class AbstractOperationpublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic final int getSyncBackupCount()
public final int getAsyncBackupCount()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.