JGroups Protocols Discovery: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * JGroups =Overview= =Configuration= ==num_initial_members== It is recommended that <tt>num_initial_members<.tt> be equal to the cluster...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
<tt>Discovery</tt> is the superclass for all discovery protocols. Its properties can be used in any subclass. | |||
=Configuration= | =Configuration= | ||
==num_initial_members== | ==num_initial_members== | ||
Minimum number of initial members to get a response from. | |||
It is recommended that <tt>num_initial_members<.tt> be equal to the cluster size, but at least greater that 1/2 the cluster size. | It is recommended that <tt>num_initial_members<.tt> be equal to the cluster size, but at least greater that 1/2 the cluster size. |
Latest revision as of 05:34, 24 February 2016
Internal
Overview
Discovery is the superclass for all discovery protocols. Its properties can be used in any subclass.
Configuration
num_initial_members
Minimum number of initial members to get a response from.
It is recommended that num_initial_members<.tt> be equal to the cluster size, but at least greater that 1/2 the cluster size.