Searched defs:connectionPoolParams (Results 1 – 5 of 5) sorted by relevance
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/ |
H A D | AbstractConnectionPool.php | 52 protected $connectionPoolParams; variable in Elasticsearch\\ConnectionPool\\AbstractConnectionPool 67 public function __construct(array $connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, array $connectionPoolParams) argument
|
H A D | SniffingConnectionPool.php | 43 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument 161 private function setConnectionPoolParams(array $connectionPoolParams) argument
|
H A D | SimpleConnectionPool.php | 32 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
|
H A D | StaticConnectionPool.php | 42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
|
H A D | StaticNoPingConnectionPool.php | 42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
|