Interface RetryConfig.Properties
- All Superinterfaces:
com.lucidworks.fusion.schema.Model
- Enclosing interface:
- RetryConfig
public static interface RetryConfig.Properties
extends com.lucidworks.fusion.schema.Model
-
Method Summary
Methods inherited from interface com.lucidworks.fusion.schema.Model
_data, _put, _type
-
Method Details
-
delayMs
long delayMs() -
delayFactor
double delayFactor() -
maxDelayTimeMs
long maxDelayTimeMs() -
maxRetries
int maxRetries() -
maxTimeLimitMs
long maxTimeLimitMs() -
errorExclusions
-