Package com.couchbase.client.core.retry
Class RetryOrchestratorProtostellar
java.lang.Object
com.couchbase.client.core.retry.RetryOrchestratorProtostellar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Duration
capDuration
(Duration uncappedDuration, ProtostellarRequest<?> request) static ProtostellarRequestBehaviour
shouldRetry
(CoreProtostellar core, ProtostellarRequest<?> request, RetryReason reason)
-
Constructor Details
-
RetryOrchestratorProtostellar
public RetryOrchestratorProtostellar()
-
-
Method Details
-
shouldRetry
public static ProtostellarRequestBehaviour shouldRetry(CoreProtostellar core, ProtostellarRequest<?> request, RetryReason reason) -
capDuration
@Internal public static Duration capDuration(Duration uncappedDuration, ProtostellarRequest<?> request)
-