com.hazelcast.partition.impl
Class MigrationOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.partition.impl.BaseMigrationOperation
com.hazelcast.partition.impl.MigrationOperation
- All Implemented Interfaces:
- DataSerializable, MigrationCycleOperation, RemotePropagatable<Operation>, PartitionAwareOperation, UrgentSystemOperation
public final class MigrationOperation
- extends BaseMigrationOperation
Methods inherited from class com.hazelcast.spi.Operation |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeData |
MigrationOperation
public MigrationOperation()
MigrationOperation
public MigrationOperation(MigrationInfo migrationInfo,
long[] replicaVersions,
Collection<Operation> tasks)
getResponse
public Object getResponse()
- Overrides:
getResponse
in class BaseMigrationOperation
run
public void run()
throws Exception
- Specified by:
run
in class Operation
- Throws:
Exception
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class BaseMigrationOperation
- Throws:
IOException
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class BaseMigrationOperation
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class BaseMigrationOperation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.