Methods Summary |
---|
public HASingletonElectionPolicy | getElectionPolicy()
|
public boolean | getRestartOnMerge()Gets whether this singleton will stop and restart itself if it is the
master and a cluster merge occurs.
A restart allows the service to reset any state that may
have gotten out-of-sync with the rest of the cluster while
the just-merged split was in effect.
|
public void | setElectionPolicy(HASingletonElectionPolicy mb)The HASingleton election policy MBean
|
public void | setRestartOnMerge(boolean restartOnMerge)Sets whether this singleton will stop and restart itself if it is the
master and a cluster merge occurs?
A restart allows the service to reset any state that may
have gotten out-of-sync with the rest of the cluster while
the just-merged split was in effect.
|