public abstract static class SolrIO.RetryConfiguration
extends java.lang.Object
implements java.io.Serializable
IOException
SolrServerException
SolrException
where the SolrException.ErrorCode
is one of:
SolrException.ErrorCode#CONFLICT
SolrException.ErrorCode#SERVER_ERROR
SolrException.ErrorCode#SERVICE_UNAVAILABLE
SolrException.ErrorCode#INVALID_STATE
SolrException.ErrorCode#UNKNOWN
Constructor and Description |
---|
RetryConfiguration() |
Modifier and Type | Method and Description |
---|---|
static SolrIO.RetryConfiguration |
create(int maxAttempts,
Duration maxDuration) |
public static SolrIO.RetryConfiguration create(int maxAttempts, Duration maxDuration)