Searched refs:connectionPool (Results 1 – 8 of 8) sorted by relevance
33 public $connectionPool; variable in Elasticsearch\\Transport64 …public function __construct(int $retries, AbstractConnectionPool $connectionPool, LoggerInterface … argument67 $this->connectionPool = $connectionPool;72 $this->connectionPool->scheduleCheck();82 return $this->connectionPool->nextConnection();130 $this->connectionPool->scheduleCheck();
83 private $connectionPool = StaticNoPingConnectionPool::class; variable in Elasticsearch\\ClientBuilder288 * @param AbstractConnectionPool|string $connectionPool292 public function setConnectionPool($connectionPool, array $args = []): ClientBuilder argument294 if (is_string($connectionPool)) {295 $this->connectionPool = $connectionPool;297 } elseif (is_object($connectionPool)) {298 $this->connectionPool = $connectionPool;717 if (is_string($this->connectionPool)) {718 $this->connectionPool = new $this->connectionPool(724 } elseif (is_null($this->connectionPool)) {[all …]
107 should correspond to the method name e.g. ['connectionPool']168 .`setConnectionPool(AbstractConnectionPool|string $connectionPool, array $args = [])`
249 $connectionPool = '\Elasticsearch\ConnectionPool\StaticNoPingConnectionPool';251 ->setConnectionPool($connectionPool)
288 $transport->connectionPool->scheduleCheck();
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...