com.hazelcast.partition.impl
Class BaseMigrationOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.partition.impl.BaseMigrationOperation
- All Implemented Interfaces:
- DataSerializable, MigrationCycleOperation, RemotePropagatable<Operation>, PartitionAwareOperation, UrgentSystemOperation
- Direct Known Subclasses:
- MigrationOperation, MigrationRequestOperation
public abstract class BaseMigrationOperation
- extends AbstractOperation
- implements MigrationCycleOperation, PartitionAwareOperation
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, run, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeData |
migrationInfo
protected MigrationInfo migrationInfo
success
protected boolean success
BaseMigrationOperation
public BaseMigrationOperation()
BaseMigrationOperation
public BaseMigrationOperation(MigrationInfo migrationInfo)
getResponse
public Object getResponse()
- Overrides:
getResponse
in class AbstractOperation
returnsResponse
public boolean returnsResponse()
- Specified by:
returnsResponse
in interface RemotePropagatable<Operation>
- Overrides:
returnsResponse
in class AbstractOperation
validatesTarget
public final boolean validatesTarget()
- Overrides:
validatesTarget
in class Operation
onException
public ExceptionAction onException(Throwable throwable)
- Overrides:
onException
in class Operation
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class AbstractOperation
- Throws:
IOException
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class AbstractOperation
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.