public class SendClusterStartResultOperation
extends com.hazelcast.spi.Operation
implements com.hazelcast.internal.cluster.impl.operations.JoinOperation
| Constructor and Description |
|---|
SendClusterStartResultOperation() |
SendClusterStartResultOperation(HotRestartClusterStartStatus result,
Set<String> excludedMemberUuids,
com.hazelcast.cluster.ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
String |
getServiceName() |
static SendClusterStartResultOperation |
newFailureResultOperation() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeDatapublic SendClusterStartResultOperation()
public SendClusterStartResultOperation(HotRestartClusterStartStatus result, Set<String> excludedMemberUuids, com.hazelcast.cluster.ClusterState clusterState)
public static SendClusterStartResultOperation newFailureResultOperation()
public void run()
throws Exception
run in class com.hazelcast.spi.OperationExceptionpublic boolean returnsResponse()
returnsResponse in class com.hazelcast.spi.Operationpublic String getServiceName()
getServiceName in class com.hazelcast.spi.Operationprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class com.hazelcast.spi.OperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class com.hazelcast.spi.OperationIOExceptionpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.