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/
H A DConnectionPoolInterface.php23 interface ConnectionPoolInterface interface
H A DSimpleConnectionPool.php26 class SimpleConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
H A DAbstractConnectionPool.php26 abstract class AbstractConnectionPool implements ConnectionPoolInterface
H A DStaticNoPingConnectionPool.php27 class StaticNoPingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
H A DStaticConnectionPool.php27 class StaticConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
H A DSniffingConnectionPool.php28 class SniffingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc120 implement `ConnectionPoolInterface`:
124 class MyCustomConnectionPool implements ConnectionPoolInterface
168 class MyCustomConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface