public class HDEvictBackupOperation extends HDKeyBasedMapOperation implements com.hazelcast.spi.BackupOperation, com.hazelcast.nio.serialization.IdentifiedDataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disableWanReplicationEvent |
protected boolean |
unlockKey |
dataKey, dataValue, threadId, ttlDEFAULT_FORCED_EVICTION_RETRY_COUNT, FORCED_EVICTION_RETRY_COUNT, PROP_FORCED_EVICTION_RETRY_COUNT| Constructor and Description |
|---|
HDEvictBackupOperation() |
HDEvictBackupOperation(String name,
com.hazelcast.nio.serialization.Data dataKey) |
HDEvictBackupOperation(String name,
com.hazelcast.nio.serialization.Data dataKey,
boolean unlockKey) |
HDEvictBackupOperation(String name,
com.hazelcast.nio.serialization.Data dataKey,
boolean unlockKey,
boolean disableWanReplicationEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
int |
getId() |
Object |
getResponse() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
protected void |
runInternal() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
getKey, getNow, getServiceName, getThreadId, getTtl, getValue, returnsResponse, setThreadIddisposeDeferredBlocks, evict, getFactoryId, getRetryCount, innerBeforeRun, logError, onExecutionFailure, runbeforeRun, getServiceNamespace, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, setMapContainer, setMapServicecall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFactoryIdprotected boolean unlockKey
protected boolean disableWanReplicationEvent
public HDEvictBackupOperation()
public HDEvictBackupOperation(String name, com.hazelcast.nio.serialization.Data dataKey)
public HDEvictBackupOperation(String name, com.hazelcast.nio.serialization.Data dataKey, boolean unlockKey)
public HDEvictBackupOperation(String name, com.hazelcast.nio.serialization.Data dataKey, boolean unlockKey, boolean disableWanReplicationEvent)
protected void runInternal()
runInternal in class HDMapOperationpublic void afterRun()
throws Exception
afterRun in class HDKeyBasedMapOperationExceptionpublic Object getResponse()
getResponse in class com.hazelcast.spi.Operationpublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class HDKeyBasedMapOperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class HDKeyBasedMapOperationIOExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.