* Sets how long to wait until retrying a host if it was marked down * * @param int $numRetries */
($retryInterval)
| 143 | * @param int $numRetries |
| 144 | */ |
| 145 | public function setRetryInterval($retryInterval) |
| 146 | { |
| 147 | $this->retryInterval_ = $retryInterval; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Sets how many time to keep retrying a host before marking it as down. |
no outgoing calls