Package | Description |
---|---|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
static void |
RetryUtil.retryOnBoolean(long timeoutms,
long intervalms,
RetryUtil.BooleanRetryCmd cmd) |
static void |
RetryUtil.retryUntil(String errorMessage,
int retries,
long pauseTime,
TimeUnit pauseUnit,
RetryUtil.BooleanRetryCmd cmd) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.