Uses of Class
com.gigaspaces.cluster.activeelection.core.ActiveElectionException
Packages that use ActiveElectionException
-
Uses of ActiveElectionException in com.gigaspaces.cluster.activeelection.core
Methods in com.gigaspaces.cluster.activeelection.core that throw ActiveElectionExceptionModifier and TypeMethodDescriptionprotected booleanActiveElectionManager.confirmPendingStateRegistration(int retryCount) Confirmation PENDING state registration on naming service.voidActiveElectionManager.elect()Elect the active service, this method will be blocked while the active service will be elected.protected voidActiveElectionManager.onActiveFailure()The callback method fromActiveFailureDetectoron active failure.protected voidActiveElectionManager.onSplitBrain(List<ServiceItem> splitActives) The callback method fromSplitBrainControlleron 2 or more identified ACTIVE services.voidActiveElectionManager.reelect()Re-elect the primary space.Constructors in com.gigaspaces.cluster.activeelection.core that throw ActiveElectionExceptionModifierConstructorDescriptionActiveElectionManager(String nodeName, Object service, ServiceTemplate participantSrvTemplate, INamingService namingSrv, IActiveElectionListener activeElectionListener, IActiveElectionDecisionFilter decisionFilter, ActiveElectionConfig config, ClusterFailureDetector clusterFailureDetector, SplitBrainRecoveryHolder splitBrainRecoveryHolder, AtomicBoolean recoveryIndicator) Constructs an instance of this class that will addActiveElectionStateto the set of service attributes see:#addNamingAttributes(Object, Entry[]).