public class RemoveBackupOperation extends KeyBasedMapOperation implements BackupOperation, MutatingOperation, IdentifiedDataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
unlockKey |
protected boolean |
wanOriginated |
dataKey, dataValue, recordStore, threadId, ttlmapContainer, mapService, mapServiceContextnameCALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID| Constructor and Description |
|---|
RemoveBackupOperation() |
RemoveBackupOperation(String name,
Data dataKey) |
RemoveBackupOperation(String name,
Data dataKey,
boolean unlockKey) |
RemoveBackupOperation(String name,
Data dataKey,
boolean unlockKey,
boolean wanOriginated) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
Object |
getResponse() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
evict, getKey, getServiceName, getThreadId, getTtl, getValue, innerBeforeRun, invalidateNearCaches, returnsResponse, setThreadId, toStringbeforeRun, setMapContainer, setMapServicegetNamegetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, onExecutionFailure, onInvocationException, onSetCallId, readData, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPartitionIdreadData, writeDatagetNamepublic void afterRun()
throws Exception
afterRun in class KeyBasedMapOperationExceptionpublic Object getResponse()
getResponse in class AbstractOperationpublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializableprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class KeyBasedMapOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class KeyBasedMapOperationIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.