com.hazelcast.partition.impl
Class MigrationRequestOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.partition.impl.BaseMigrationOperation
com.hazelcast.partition.impl.MigrationRequestOperation
- All Implemented Interfaces:
- DataSerializable, MigrationCycleOperation, RemotePropagatable<Operation>, PartitionAwareOperation, UrgentSystemOperation
public final class MigrationRequestOperation
- extends BaseMigrationOperation
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, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeData |
MigrationRequestOperation
public MigrationRequestOperation()
MigrationRequestOperation
public MigrationRequestOperation(MigrationInfo migrationInfo)
run
public void run()
- Specified by:
run
in class Operation
onException
public ExceptionAction onException(Throwable throwable)
- Overrides:
onException
in class BaseMigrationOperation
getResponse
public Object getResponse()
- Overrides:
getResponse
in class BaseMigrationOperation
returnsResponse
public boolean returnsResponse()
- Specified by:
returnsResponse
in interface RemotePropagatable<Operation>
- Overrides:
returnsResponse
in class BaseMigrationOperation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.