Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticNoPingConnectionPool.php21 use Elasticsearch\Common\Exceptions\NoNodesAvailableException; alias
64 throw new NoNodesAvailableException("No alive nodes found in your cluster");
H A DStaticConnectionPool.php21 use Elasticsearch\Common\Exceptions\NoNodesAvailableException; alias
78 throw new NoNodesAvailableException("No alive nodes found in your cluster");
H A DSniffingConnectionPool.php22 use Elasticsearch\Common\Exceptions\NoNodesAvailableException; alias
67 throw new NoNodesAvailableException("No alive nodes found in your cluster");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
H A DNoNodesAvailableException.php21 class NoNodesAvailableException extends ServerErrorResponseException implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php94 * @throws Common\Exceptions\NoNodesAvailableException|\Exception
100 } catch (Exceptions\NoNodesAvailableException $exception) {
H A DClient.php21 use Elasticsearch\Common\Exceptions\NoNodesAvailableException; alias
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc13 returns a `NoNodesAvailableException`. This is distinct from an exception due to
22 (#10), if this node fails, a `NoNodesAvailableException` is returned. You
25 be alive, so `NoNodesAvailableException` is returned.
H A Drelease-notes.asciidoc345 * Specialized inheritance of `NoNodesAvailableException` to extend
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md220 - Specialized inheritance of `NoNodesAvailableException` to extend `ServerErrorResponseException`