public abstract class CollectionReplicationOperation extends Operation implements IdentifiedDataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CollectionContainer> |
migrationData |
GENERIC_PARTITION_ID| Constructor and Description |
|---|
CollectionReplicationOperation() |
CollectionReplicationOperation(Map<String,CollectionContainer> migrationData,
int partitionId,
int replicaIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
void |
run()
Runs the operation.
|
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getServiceName, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, readInternal, requiresExplicitServiceName, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdreadData, writeDataprotected Map<String,CollectionContainer> migrationData
public CollectionReplicationOperation()
public CollectionReplicationOperation(Map<String,CollectionContainer> migrationData, int partitionId, int replicaIndex)
public void run()
throws Exception
OperationOperation.run() or Operation.call() method should be implemented; not both.
Runs after wait-support, supposed to do actual operationrun in class OperationExceptionOperation.call()public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializableprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class OperationIOExceptionCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.