Home
last modified time | relevance | path

Searched defs:retries (Results 1 – 5 of 5) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php53 public $retries; variable in Elasticsearch\\Transport
64 public function __construct(int $retries, AbstractConnectionPool $connectionPool, LoggerInterface $log, bool $sniffOnStart = false) argument
H A DClientBuilder.php115 private $retries; variable in Elasticsearch\\ClientBuilder
490 public function setRetries(int $retries): ClientBuilder argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php42 public static function execute($ch, int $retries = 5, bool $closeAfterDone = true)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1JobEvent.php37 public $retries; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1JobEvent
104 public function setRetries($retries)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php52 public static function exponentialDelay($retries)