Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php22 use Elasticsearch\ConnectionPool\AbstractConnectionPool; alias
31 * @var AbstractConnectionPool
61 * @param ConnectionPool\AbstractConnectionPool $connectionPool
64 public function __construct(int $retries, AbstractConnectionPool $connectionPool, LoggerInterface $log, bool $sniffOnStart = false)
H A DClientBuilder.php25 use Elasticsearch\ConnectionPool\AbstractConnectionPool; alias
288 * @param AbstractConnectionPool|string $connectionPool
300 throw new InvalidArgumentException("Serializer must be a class path or instantiated object extending AbstractConnectionPool");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSimpleConnectionPool.php26 class SimpleConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
H A DAbstractConnectionPool.php26 abstract class AbstractConnectionPool implements ConnectionPoolInterface class
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.asciidoc161 `AbstractConnectionPool` which provides some helper concrete methods. If you
168 class MyCustomConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
197 If your constructor matches AbstractConnectionPool, you may use either object
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc168 .`setConnectionPool(AbstractConnectionPool|string $connectionPool, array $args = [])`