Home
last modified time | relevance | path

Searched refs:SimpleConnectionPool (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSimpleConnectionPool.php26 class SimpleConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc77 The `SimpleConnectionPool` returns the next node as specified by the selector;
81 The `SimpleConnectionPool` is not recommended for routine use but it may be a
84 To use the `SimpleConnectionPool`:
89 ->setConnectionPool('\Elasticsearch\ConnectionPool\SimpleConnectionPool', [])