public abstract class CollectionReplicationOperation extends AbstractOperation implements IdentifiedDataSerializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,CollectionContainer> |
migrationData |
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() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, getResponse, readInternal, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
readData, writeData
protected Map<String,CollectionContainer> migrationData
public CollectionReplicationOperation()
public CollectionReplicationOperation(Map<String,CollectionContainer> migrationData, int partitionId, int replicaIndex)
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractOperation
IOException
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.