public abstract class BaseMigrationOperation extends AbstractOperation implements MigrationCycleOperation, PartitionAwareOperation
Modifier and Type | Field and Description |
---|---|
protected MigrationInfo |
migrationInfo |
protected boolean |
success |
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
BaseMigrationOperation() |
BaseMigrationOperation(MigrationInfo migrationInfo) |
Modifier and Type | Method and Description |
---|---|
MigrationInfo |
getMigrationInfo() |
Object |
getResponse() |
ExceptionAction |
onInvocationException(Throwable throwable)
Called when an Exception/Error is thrown
during an invocation.
|
protected void |
readInternal(ObjectDataInput in) |
String |
toString() |
boolean |
validatesTarget() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, onExecutionFailure, readData, run, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
protected MigrationInfo migrationInfo
protected boolean success
public BaseMigrationOperation()
public BaseMigrationOperation(MigrationInfo migrationInfo)
public MigrationInfo getMigrationInfo()
public Object getResponse()
getResponse
in class AbstractOperation
public final boolean validatesTarget()
validatesTarget
in class Operation
public ExceptionAction onInvocationException(Throwable throwable)
Operation
onInvocationException
in class Operation
throwable
- Exception/Error thrown during invocationprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractOperation
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.