Uses of Interface
org.apache.solr.common.util.RetryUtil.RetryCmd
- 
Packages that use RetryUtil.RetryCmd Package Description org.apache.solr.common.util Common utility classes reused on both clients & server.
- 
- 
Uses of RetryUtil.RetryCmd in org.apache.solr.common.utilMethods in org.apache.solr.common.util with parameters of type RetryUtil.RetryCmd Modifier and Type Method Description static voidRetryUtil. retryOnException(Class<? extends Exception> clazz, long timeoutms, long intervalms, RetryUtil.RetryCmd cmd)static voidRetryUtil. retryOnException(Set<Class<? extends Exception>> classes, long timeoutms, long intervalms, RetryUtil.RetryCmd cmd)
 
-