Home
last modified time | relevance | path

Searched refs:Cluster (Results 1 – 25 of 50) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php375 * @return Cluster
379 return new Cluster($this);
H A DCluster.php5 use Elastica\Cluster\Health;
6 use Elastica\Cluster\Settings;
10 use Elasticsearch\Endpoints\Cluster\State;
13 * Cluster information for elasticsearch.
19 class Cluster
29 * Cluster state response.
36 * Cluster state data.
131 * Return Cluster health.
141 * Return Cluster settings.
16 class Cluster global() class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DShard.php3 namespace Elastica\Cluster\Health;
H A DIndex.php3 namespace Elastica\Cluster\Health;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php3 namespace Elastica\Cluster;
6 use Elastica\Cluster\Health\Index;
188 $endpoint = new \Elasticsearch\Endpoints\Cluster\Health();
H A DSettings.php3 namespace Elastica\Cluster;
10 * Cluster settings.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/
H A DDeleteComponentTemplate.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DReroute.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DState.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DStats.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DExistsComponentTemplate.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DGetSettings.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DPendingTasks.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DPostVotingConfigExclusions.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DAllocationExplain.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DDeleteVotingConfigExclusions.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DGetComponentTemplate.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DHealth.php17 namespace Elasticsearch\Endpoints\Cluster;
H A DPutComponentTemplate.php17 namespace Elasticsearch\Endpoints\Cluster;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc14 | `cluster()` | Cluster-centric stats and info
36 // Cluster Stats
H A Dconnection-pool.asciidoc101 rest of the cluster by using the Cluster State API. As new nodes are added or
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md307 - Add 'wait_for_no_initializing_shards' to Cluster\Health whitelist [[98a372c]](http://github.com/elasticsearch/elasticsearch-php/commit/98a372c)
353 - Add Cluster\RemoteInfo endoint [[dfd8c3c]](http://github.com/elasticsearch/elasticsearch-php/commit/dfd8c3c)
387 - Add 'include_defaults' param to Cluster\Settings\Get whitelist [[8e5ab38]](http://github.com/elasticsearch/elasticsearch-php/commit/8e5ab38)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md585 - Add support for Health parameters for Cluster\Health endpoint (new prop : delayed_unassigned_shards, number_of_pending_tasks, number_of_in_flight_fetch, task_max_waiting_in_queue_millis, active_shards_percent_as_number)
674 - remove _shutdown for Node and Cluster as deprecated
1934 - Nodes and Cluster shutdown added
2028 - Refactoring of Cluster object
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php221 $endpoint = \class_exists(NodesInfo::class) ? new NodesInfo() : new \Elasticsearch\Endpoints\Cluster\Nodes\Info();

12