Class 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 Detail

      • INITIAL_ARGUMENT_VALUE_POLICY_ARG

        public static com.microsoft.azure.cosmosdb.internal.Quadruple<Boolean,​Boolean,​Duration,​Integer> INITIAL_ARGUMENT_VALUE_POLICY_ARG
    • 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:
        shouldRetry in interface com.microsoft.azure.cosmosdb.rx.internal.IRetryPolicy