Package 

Enum RetryScope

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable , java.lang.constant.Constable

    
    public enum RetryScope
    
                        

    RetryScope class.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CRAWL

      Retry at crawl schedule level

      JOB

      Retry at job schedule level

      PROTOCOL

      Retry at fetch protocol, ignored in browser emulation mode

      PRIVACY

      Change proxy and close all web drivers and retry

      PROXY

      Change proxy and retry

      WEB_DRIVER

      Just refresh or load again using web driver

      BROWSER

      Retry inside browser, this can be done using javascript

    • Method Summary

      Modifier and Type Method Description
      static Array<RetryScope> values()
      static RetryScope valueOf(String name)
      • Methods inherited from class java.lang.constant.Constable

        describeConstable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait