Home | History | Annotate | Download | only in util

Lines Matching refs:attempts

110      * @param attempts the maximum number of attempts to try
114 int attempts, final String... command);
135 * @param attempts the maximum number of attempts to try
139 int attempts, final String... command);
212 * @param attempts the maximum number of attempts to try
214 * @return <code>true</code> if operation completed successfully before attempts reached.
216 public boolean runTimedRetry(long opTimeout, long pollInterval, int attempts,
223 * @param pollInterval initial time to wait between operation attempts
234 * Exponentially increase the wait time between operation attempts. This is intended to be used
239 * @param initialPollInterval initial time to wait between operation attempts
240 * @param maxPollInterval the max time to wait between operation attempts