com.hazelcast.cluster.impl.operations
Class MemberInfoUpdateOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.cluster.impl.operations.MemberInfoUpdateOperation
- All Implemented Interfaces:
- JoinOperation, DataSerializable, RemotePropagatable<Operation>, UrgentSystemOperation
- Direct Known Subclasses:
- FinalizeJoinOperation
public class MemberInfoUpdateOperation
- extends AbstractOperation
- 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 |
MemberInfoUpdateOperation
public MemberInfoUpdateOperation()
MemberInfoUpdateOperation
public MemberInfoUpdateOperation(Collection<MemberInfo> memberInfos,
long masterTime,
boolean sendResponse)
run
public void run()
throws Exception
- Specified by:
run
in class Operation
- Throws:
Exception
processMemberUpdate
protected final void processMemberUpdate()
isValid
protected final boolean isValid()
returnsResponse
public final boolean returnsResponse()
- Specified by:
returnsResponse
in interface RemotePropagatable<Operation>
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class AbstractOperation
- Throws:
IOException
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class AbstractOperation
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Operation
getServiceName
public final String getServiceName()
- Overrides:
getServiceName
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.