* Turns randomization in connect order on or off. * * @param bool $randomize */
($randomize)
| 163 | * @param bool $randomize |
| 164 | */ |
| 165 | public function setRandomize($randomize) |
| 166 | { |
| 167 | $this->randomize_ = $randomize; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Whether to always try the last server. |
no outgoing calls