Searched refs:StaticNoPingConnectionPool (Results 1 – 4 of 4) sorted by relevance
27 class StaticNoPingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface class
41 If you wish to explicitly set the `StaticNoPingConnectionPool` implementation, 47 ->setConnectionPool('\Elasticsearch\ConnectionPool\StaticNoPingConnectionPool', [])57 Identical to the `StaticNoPingConnectionPool`, except it pings nodes before they 249 $connectionPool = '\Elasticsearch\ConnectionPool\StaticNoPingConnectionPool';
28 use Elasticsearch\ConnectionPool\StaticNoPingConnectionPool; alias83 private $connectionPool = StaticNoPingConnectionPool::class;725 $this->connectionPool = new StaticNoPingConnectionPool(
173 Set the connection pool (default is StaticNoPingConnectionPool)