public final class MigrationOperation extends BaseMigrationOperation
migrationInfo, success
Constructor and Description |
---|
MigrationOperation() |
MigrationOperation(MigrationInfo migrationInfo,
long[] replicaVersions,
Collection<Operation> tasks) |
Modifier and Type | Method and Description |
---|---|
Object |
getResponse() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
String |
toString() |
protected void |
writeInternal(ObjectDataOutput out) |
onException, returnsResponse, validatesTarget
afterRun, beforeRun
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
public MigrationOperation()
public MigrationOperation(MigrationInfo migrationInfo, long[] replicaVersions, Collection<Operation> tasks)
public Object getResponse()
getResponse
in class BaseMigrationOperation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class BaseMigrationOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class BaseMigrationOperation
IOException
public String toString()
toString
in class BaseMigrationOperation
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.