com.hazelcast.cluster.impl.operations
Class FinalizeJoinOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.cluster.impl.operations.MemberInfoUpdateOperation
com.hazelcast.cluster.impl.operations.FinalizeJoinOperation
- All Implemented Interfaces:
- JoinOperation, DataSerializable, RemotePropagatable<Operation>, UrgentSystemOperation
public class FinalizeJoinOperation
- extends MemberInfoUpdateOperation
- implements JoinOperation
Methods inherited from class com.hazelcast.spi.Operation |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData |
FINALIZE_JOIN_TIMEOUT_FACTOR
public static final int FINALIZE_JOIN_TIMEOUT_FACTOR
- See Also:
- Constant Field Values
FINALIZE_JOIN_MAX_TIMEOUT
public static final int FINALIZE_JOIN_MAX_TIMEOUT
- See Also:
- Constant Field Values
FinalizeJoinOperation
public FinalizeJoinOperation()
FinalizeJoinOperation
public FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime)
FinalizeJoinOperation
public FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
boolean sendResponse)
run
public void run()
throws Exception
- Overrides:
run
in class MemberInfoUpdateOperation
- Throws:
Exception
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class MemberInfoUpdateOperation
- Throws:
IOException
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class MemberInfoUpdateOperation
- Throws:
IOException
getServiceName
public final String getServiceName()
- Overrides:
getServiceName
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.