com.hazelcast.partition.impl
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 |
onException(Throwable throwable) |
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, 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 onException(Throwable throwable)
onException
in class Operation
protected 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.