Uses of Enum
com.couchbase.client.core.io.netty.kv.ErrorMap.RetryStrategy
-
Uses of ErrorMap.RetryStrategy in com.couchbase.client.core.io.netty.kv
Modifier and TypeMethodDescriptionErrorMap.RetrySpecification.strategy()
static ErrorMap.RetryStrategy
Returns the enum constant of this type with the specified name.static ErrorMap.RetryStrategy[]
ErrorMap.RetryStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionRetrySpecification
(ErrorMap.RetryStrategy strategy, int interval, int after, int maxDuration, int ceil) Creates a new retry specification, usually called from jackson.