Uses of Class
com.couchbase.client.core.io.netty.kv.ErrorMap.RetryStrategy
-
Packages that use ErrorMap.RetryStrategy Package Description com.couchbase.client.core.io.netty.kv -
-
Uses of ErrorMap.RetryStrategy in com.couchbase.client.core.io.netty.kv
Methods in com.couchbase.client.core.io.netty.kv that return ErrorMap.RetryStrategy Modifier and Type Method Description ErrorMap.RetryStrategy
ErrorMap.RetrySpecification. strategy()
static ErrorMap.RetryStrategy
ErrorMap.RetryStrategy. valueOf(String name)
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.Constructors in com.couchbase.client.core.io.netty.kv with parameters of type ErrorMap.RetryStrategy Constructor Description RetrySpecification(ErrorMap.RetryStrategy strategy, int interval, int after, int maxDuration, int ceil)
Creates a new retry specification, usually called from jackson.
-