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/
H A DConnectionPoolInterface.php25 public function nextConnection(bool $force = false): ConnectionInterface; function
H A DSimpleConnectionPool.php37 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\SimpleConnectionPool
H A DAbstractConnectionPool.php89 abstract public function nextConnection(bool $force = false): ConnectionInterface; function in Elasticsearch\\ConnectionPool\\AbstractConnectionPool
H A DStaticConnectionPool.php48 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\StaticConnectionPool
H A DStaticNoPingConnectionPool.php47 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\StaticNoPingConnectionPool
H A DSniffingConnectionPool.php51 public function nextConnection(bool $force = false): ConnectionInterface function in Elasticsearch\\ConnectionPool\\SniffingConnectionPool
/plugin/swiftmail/Swift/Connection/
H A DRotator.php65 public function nextConnection() function in Swift_Connection_Rotator