com.hazelcast.cluster
Class MergeClustersOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.cluster.MergeClustersOperation
- All Implemented Interfaces:
- JoinOperation, DataSerializable, UrgentSystemOperation
public class MergeClustersOperation
- extends AbstractOperation
Methods inherited from class com.hazelcast.spi.Operation |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeClustersOperation
public MergeClustersOperation()
MergeClustersOperation
public MergeClustersOperation(com.hazelcast.nio.Address newTargetAddress)
run
public void run()
- Specified by:
run
in class Operation
readInternal
protected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class AbstractOperation
- Throws:
IOException
writeInternal
protected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class AbstractOperation
- Throws:
IOException
returnsResponse
public boolean returnsResponse()
- Overrides:
returnsResponse
in class AbstractOperation
getServiceName
public final String getServiceName()
- Overrides:
getServiceName
in class Operation
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.