Package com.couchbase.client.core.retry
Class RetryOrchestratorProtostellar
- java.lang.Object
-
- com.couchbase.client.core.retry.RetryOrchestratorProtostellar
-
-
Constructor Summary
Constructors Constructor Description RetryOrchestratorProtostellar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DurationcapDuration(Duration uncappedDuration, ProtostellarRequest<?> request)static ProtostellarRequestBehaviourshouldRetry(CoreProtostellar core, ProtostellarRequest<?> request, RetryReason reason)
-
-
-
Method Detail
-
shouldRetry
public static ProtostellarRequestBehaviour shouldRetry(CoreProtostellar core, ProtostellarRequest<?> request, RetryReason reason)
-
capDuration
@Internal public static Duration capDuration(Duration uncappedDuration, ProtostellarRequest<?> request)
-
-