Class GoneAndRetryWithRetryPolicy
- java.lang.Object
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.GoneAndRetryWithRetryPolicy
-
- All Implemented Interfaces:
com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy
public class GoneAndRetryWithRetryPolicy extends Object implements com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy
-
-
Field Summary
Fields Modifier and Type Field Description static com.microsoft.azure.cosmosdb.internal.Quadruple<Boolean,Boolean,Duration,Integer>INITIAL_ARGUMENT_VALUE_POLICY_ARG
-
Constructor Summary
Constructors Constructor Description GoneAndRetryWithRetryPolicy(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest request, Integer waitTimeInSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.Single<com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy.ShouldRetryResult>shouldRetry(Exception exception)
-
-
-
Constructor Detail
-
GoneAndRetryWithRetryPolicy
public GoneAndRetryWithRetryPolicy(com.microsoft.azure.cosmosdb.rx.internal.RxDocumentServiceRequest request, Integer waitTimeInSeconds)
-
-
Method Detail
-
shouldRetry
public rx.Single<com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy.ShouldRetryResult> shouldRetry(Exception exception)
- Specified by:
shouldRetryin interfacecom.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy
-
-