Home
last modified time | relevance | path

Searched refs:ConnectionPoolInterface (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
DConnectionPoolInterface.php23 interface ConnectionPoolInterface interface
DSimpleConnectionPool.php26 class SimpleConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
DAbstractConnectionPool.php26 abstract class AbstractConnectionPool implements ConnectionPoolInterface
DStaticNoPingConnectionPool.php27 class StaticNoPingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
DStaticConnectionPool.php27 class StaticConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
DSniffingConnectionPool.php28 class SniffingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnection-pool.asciidoc120 implement `ConnectionPoolInterface`:
124 class MyCustomConnectionPool implements ConnectionPoolInterface
168 class MyCustomConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface