JavaScript is disabled on your browser.
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.hotrestart.cluster.TriggerForceStartOnMasterOperation
All Implemented Interfaces:
com.hazelcast.internal.cluster.impl.operations.JoinOperation, com.hazelcast.nio.serialization.DataSerializable, com.hazelcast.nio.serialization.IdentifiedDataSerializable, com.hazelcast.spi.impl.AllowedDuringPassiveState, com.hazelcast.spi.UrgentSystemOperation
public class TriggerForceStartOnMasterOperation
extends com.hazelcast.spi.Operation
implements com.hazelcast.internal.cluster.impl.operations.JoinOperation
Operation which is sent to master by members to initiate force start process on master.
Field Summary
Fields inherited from class com.hazelcast.spi.Operation
GENERIC_PARTITION_ID
Method Summary
Methods inherited from class com.hazelcast.spi.Operation
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, writeData
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
Method Detail
getId
public int getId()
Specified by:
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
Copyright © 2020 Hazelcast, Inc. . All Rights Reserved.