Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php41 protected $_connectionPool;
395 $this->_connectionPool->addConnection($connection);
407 return $this->_connectionPool->hasConnection();
417 return $this->_connectionPool->getConnection();
425 return $this->_connectionPool->getConnections();
433 return $this->_connectionPool->getStrategy();
443 $this->_connectionPool->setConnections($connections);
547 $this->_connectionPool->onFail($connection, $e, $this);
693 $this->_connectionPool = new Connection\ConnectionPool($connections, $strategy, $this->_callback);
40 protected $_connectionPool; global() variable in Elastica\\Client