Uses of Enum Class
io.nosqlbench.engine.api.activityapi.errorhandling.modular.ErrorDetail.Retry
Packages that use ErrorDetail.Retry
-
Uses of ErrorDetail.Retry in io.nosqlbench.engine.api.activityapi.errorhandling.modular
Subclasses with type arguments of type ErrorDetail.Retry in io.nosqlbench.engine.api.activityapi.errorhandling.modularFields in io.nosqlbench.engine.api.activityapi.errorhandling.modular declared as ErrorDetail.RetryMethods in io.nosqlbench.engine.api.activityapi.errorhandling.modular that return ErrorDetail.RetryModifier and TypeMethodDescriptionstatic ErrorDetail.RetryReturns the enum constant of this class with the specified name.static ErrorDetail.Retry[]ErrorDetail.Retry.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.engine.api.activityapi.errorhandling.modular with parameters of type ErrorDetail.RetryModifierConstructorDescriptionErrorDetail(String name, ErrorDetail.Retry retryable, int resultCode)