Home
last modified time | relevance | path

Searched defs:nextConnection (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
DConnectionPoolInterface.php25 public function nextConnection(bool $force = false): ConnectionInterface; function
DSimpleConnectionPool.php37 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\SimpleConnectionPool
DStaticConnectionPool.php48 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\StaticConnectionPool
DAbstractConnectionPool.php89 abstract public function nextConnection(bool $force = false): ConnectionInterface; function in Elasticsearch\\ConnectionPool\\AbstractConnectionPool
DStaticNoPingConnectionPool.php47 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\StaticNoPingConnectionPool
DSniffingConnectionPool.php51 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\SniffingConnectionPool
/plugin/swiftmail/Swift/Connection/
DRotator.php65 public function nextConnection() function in Swift_Connection_Rotator