Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DAbstractConnectionPool.php24 use Elasticsearch\Connections\ConnectionInterface; alias
31 * @var ConnectionInterface[]
38 * @var ConnectionInterface[]
62 * @param ConnectionInterface[] $connections The Connections to choose from
89 abstract public function nextConnection(bool $force = false): ConnectionInterface;
H A DConnectionPoolInterface.php21 use Elasticsearch\Connections\ConnectionInterface; alias
25 public function nextConnection(bool $force = false): ConnectionInterface;
H A DSimpleConnectionPool.php24 use Elasticsearch\Connections\ConnectionInterface; alias
37 public function nextConnection(bool $force = false): ConnectionInterface
H A DStaticNoPingConnectionPool.php24 use Elasticsearch\Connections\ConnectionInterface; alias
47 public function nextConnection(bool $force = false): ConnectionInterface
H A DStaticConnectionPool.php24 use Elasticsearch\Connections\ConnectionInterface; alias
48 public function nextConnection(bool $force = false): ConnectionInterface
H A DSniffingConnectionPool.php25 use Elasticsearch\Connections\ConnectionInterface; alias
51 public function nextConnection(bool $force = false): ConnectionInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DStickyRoundRobinSelector.php21 use Elasticsearch\Connections\ConnectionInterface; alias
38 * @param ConnectionInterface[] $connections Array of connections to choose from
40 public function select(array $connections): ConnectionInterface
43 * @var ConnectionInterface[] $connections
H A DRandomSelector.php21 use Elasticsearch\Connections\ConnectionInterface; alias
28 * @param ConnectionInterface[] $connections an array of ConnectionInterface instances to choose from
30 public function select(array $connections): ConnectionInterface
H A DRoundRobinSelector.php21 use Elasticsearch\Connections\ConnectionInterface; alias
33 * @param ConnectionInterface[] $connections an array of ConnectionInterface instances to choose from
35 public function select(array $connections): ConnectionInterface
H A DSelectorInterface.php21 use Elasticsearch\Connections\ConnectionInterface; alias
26 * Perform logic to select a single ConnectionInterface instance from the array provided
28 * @param \Elasticsearch\Connections\ConnectionInterface[] $connections an array of ConnectionInterface instances to choose from
30 public function select(array $connections): ConnectionInterface;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php24 use Elasticsearch\Connections\ConnectionInterface; alias
80 public function getConnection(): ConnectionInterface
171 public function getLastConnection(): ConnectionInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionFactoryInterface.php23 public function create(array $hostDetails): ConnectionInterface;
H A DConnectionInterface.php25 interface ConnectionInterface interface
H A DConnectionFactory.php60 public function create(array $hostDetails): ConnectionInterface
H A DConnection.php47 class Connection implements ConnectionInterface
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc33 * @return ConnectionInterface
H A Dselectors.asciidoc97 use Elasticsearch\Connections\ConnectionInterface;
108 * @return ConnectionInterface
H A Dconnection-pool.asciidoc130 * @return ConnectionInterface
179 * @return ConnectionInterface