Uses of Interface
org.apache.solr.common.util.RetryUtil.BooleanRetryCmd
Packages that use RetryUtil.BooleanRetryCmd
Package
Description
Common utility classes reused on both clients & server.
-
Uses of RetryUtil.BooleanRetryCmd in org.apache.solr.common.util
Methods in org.apache.solr.common.util with parameters of type RetryUtil.BooleanRetryCmdModifier and TypeMethodDescriptionstatic voidRetryUtil.retryOnBoolean(long timeoutms, long intervalms, RetryUtil.BooleanRetryCmd cmd) Retries a command until it returnstrueor the timeout is reached.static voidRetryUtil.retryUntil(String errorMessage, int retries, long pauseTime, TimeUnit pauseUnit, RetryUtil.BooleanRetryCmd cmd) Retries a command until it returnstrueor the maximum number of retries is reached.