public final class MigrationOperation extends BaseMigrationOperation
migrationInfo, success
Constructor and Description |
---|
MigrationOperation() |
MigrationOperation(MigrationInfo migrationInfo,
long[] replicaVersions,
byte[] taskData,
boolean compressed) |
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, getStartTime, 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, byte[] taskData, boolean compressed)
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 © 2015 Hazelcast, Inc.. All Rights Reserved.