Uses of Class
io.nosqlbench.engine.api.activityapi.errorhandling.modular.ErrorDetail.Retry
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityapi.errorhandling.modular |
-
Uses of ErrorDetail.Retry in io.nosqlbench.engine.api.activityapi.errorhandling.modular
Fields in io.nosqlbench.engine.api.activityapi.errorhandling.modular declared as ErrorDetail.Retry Modifier and Type Field Description ErrorDetail.RetryErrorDetail. retryableMethods in io.nosqlbench.engine.api.activityapi.errorhandling.modular that return ErrorDetail.Retry Modifier and Type Method Description static ErrorDetail.RetryErrorDetail.Retry. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorDetail.Retry[]ErrorDetail.Retry. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.nosqlbench.engine.api.activityapi.errorhandling.modular with parameters of type ErrorDetail.Retry Constructor Description ErrorDetail(java.lang.String name, ErrorDetail.Retry retryable, int resultCode)