Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php126 $response = $this->requestEndpoint($endpoint);
205 return $this->requestEndpoint($endpoint);
241 $response = $this->requestEndpoint($endpoint);
299 $response = $this->requestEndpoint($endpoint);
339 return $this->requestEndpoint($endpoint);
364 return $this->requestEndpoint($endpoint);
381 return $this->requestEndpoint($endpoint);
393 return $this->requestEndpoint(new Delete());
436 return $this->requestEndpoint($endpoint);
450 return $this->requestEndpoint(ne
664 public function requestEndpoint(AbstractEndpoint $endpoint): Response global() function in Elastica\\Index
[all...]
H A DPipeline.php74 return $this->requestEndpoint($endpoint);
88 return $this->requestEndpoint($endpoint);
102 return $this->requestEndpoint($endpoint);
182 public function requestEndpoint(AbstractEndpoint $endpoint): Response
186 return $this->getClient()->requestEndpoint($cloned);
175 public function requestEndpoint(AbstractEndpoint $endpoint): Response global() function in Elastica\\Pipeline
H A DTask.php101 $this->_response = $this->_client->requestEndpoint($endpoint);
125 return $this->_client->requestEndpoint($endpoint);
H A DStatus.php111 $response = $this->_client->requestEndpoint($endpoint);
163 $this->_response = $this->_client->requestEndpoint(new Stats());
H A DClient.php323 $response = $this->requestEndpoint($endpoint);
578 public function requestEndpoint(AbstractEndpoint $endpoint): Response
604 return $this->requestEndpoint($endpoint);
621 return $this->requestEndpoint($endpoint);
635 return $this->requestEndpoint(new Refresh());
546 public function requestEndpoint(AbstractEndpoint $endpoint): Response global() function in Elastica\\Client
H A DCluster.php60 $this->_response = $this->_client->requestEndpoint(new State());
H A DMapping.php172 return $index->requestEndpoint($endpoint);
H A DSnapshot.php197 return $this->_client->requestEndpoint($endpoint);
H A DReindex.php83 $this->_lastResponse = $this->_oldIndex->getClient()->requestEndpoint($reindexEndpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php99 $this->_response = $this->getIndex()->requestEndpoint($endpoint);
H A DStats.php101 $this->_response = $this->getIndex()->requestEndpoint(new \Elasticsearch\Endpoints\Indices\Stats());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DStats.php121 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);
H A DInfo.php228 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php191 $response = $this->_client->requestEndpoint($endpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md609 - Added `\Elastica\Client::requestEndpoint`, `\Elastica\Index::requestEndpoint`, `\Elastica\Type::requestEndpoint` that allow make requests with official client Endpoint usage. [#1275](https://github.com/ruflin/Elastica/pull/1275)