public class MergeOperation extends AtomicLongBackupAwareOperation
SplitBrainMergeTypes.AtomicLongMergeTypes
for split-brain healing with a SplitBrainMergePolicy
.shouldBackup
name
GENERIC_PARTITION_ID
Constructor and Description |
---|
MergeOperation() |
MergeOperation(String name,
SplitBrainMergePolicy<Long,SplitBrainMergeTypes.AtomicLongMergeTypes> mergePolicy,
long mergingValue) |
Modifier and Type | Method and Description |
---|---|
Operation |
getBackupOperation()
Creates the
BackupOperation responsible for making the backup. |
int |
getId()
Returns type identifier for this class.
|
protected void |
readInternal(ObjectDataInput in) |
void |
run()
Runs the operation.
|
protected void |
writeInternal(ObjectDataOutput out) |
getAsyncBackupCount, getSyncBackupCount, shouldBackup
getFactoryId, getLongContainer, getName, getServiceName, toString
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
readData, writeData
public MergeOperation()
public MergeOperation(String name, SplitBrainMergePolicy<Long,SplitBrainMergeTypes.AtomicLongMergeTypes> mergePolicy, long mergingValue)
public void run() throws Exception
Operation
Operation.run()
or Operation.call()
method should be implemented; not both.
Runs after wait-support, supposed to do actual operationrun
in class Operation
Exception
Operation.call()
public Operation getBackupOperation()
BackupAwareOperation
BackupOperation
responsible for making the backup.BackupOperation
responsible for making the backup.public int getId()
IdentifiedDataSerializable
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractAtomicLongOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractAtomicLongOperation
IOException
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.