loadFactor
. The loadFactor
defines the (approximate) relative load that this member will receive. A good default value is 100, which will give this member 100 nodes on the distributed hash ring. Giving all members (proportionally) lower values will result in a less evenly distributed hash.
@param loadFactor The load factor for this node.
@throws ConnectionFailedException when an error occurs while connecting
|
|