Home
last modified time | relevance | path

Searched refs:performRequest (Results 26 – 41 of 41) sorted by last modified time

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DMlNamespace.php55 return $this->performRequest($endpoint);
75 return $this->performRequest($endpoint);
98 return $this->performRequest($endpoint);
121 return $this->performRequest($endpoint);
143 return $this->performRequest($endpoint);
164 return $this->performRequest($endpoint);
189 return $this->performRequest($endpoint);
209 return $this->performRequest($endpoint);
234 return $this->performRequest($endpoint);
256 return $this->performRequest(
[all...]
H A DMonitoringNamespace.php57 return $this->performRequest($endpoint);
H A DNodesNamespace.php54 return $this->performRequest($endpoint);
77 return $this->performRequest($endpoint);
103 return $this->performRequest($endpoint);
128 return $this->performRequest($endpoint);
152 return $this->performRequest($endpoint);
187 return $this->performRequest($endpoint);
211 return $this->performRequest($endpoint);
H A DSlmNamespace.php48 return $this->performRequest($endpoint);
68 return $this->performRequest($endpoint);
85 return $this->performRequest($endpoint);
105 return $this->performRequest($endpoint);
122 return $this->performRequest($endpoint);
139 return $this->performRequest($endpoint);
162 return $this->performRequest($endpoint);
179 return $this->performRequest($endpoint);
196 return $this->performRequest($endpoint);
H A DTextStructureNamespace.php62 return $this->performRequest($endpoint);
H A DAsyncSearchNamespace.php48 return $this->performRequest($endpoint);
71 return $this->performRequest($endpoint);
91 return $this->performRequest($endpoint);
155 return $this->performRequest($endpoint);
H A DAutoscalingNamespace.php48 return $this->performRequest($endpoint);
65 return $this->performRequest($endpoint);
85 return $this->performRequest($endpoint);
108 return $this->performRequest($endpoint);
H A DBooleanRequestWrapper.php35 public static function performRequest(AbstractEndpoint $endpoint, Transport $transport) function
38 $response = $transport->performRequest(
H A DIngestNamespace.php50 return $this->performRequest($endpoint);
67 return $this->performRequest($endpoint);
89 return $this->performRequest($endpoint);
106 return $this->performRequest($endpoint);
131 return $this->performRequest($endpoint);
155 return $this->performRequest($endpoint);
H A DTransformNamespace.php49 return $this->performRequest($endpoint);
73 return $this->performRequest($endpoint);
96 return $this->performRequest($endpoint);
119 return $this->performRequest($endpoint);
143 return $this->performRequest($endpoint);
164 return $this->performRequest($endpoint);
189 return $this->performRequest($endpoint);
213 return $this->performRequest($endpoint);
H A DWatcherNamespace.php51 return $this->performRequest($endpoint);
71 return $this->performRequest($endpoint);
91 return $this->performRequest($endpoint);
111 return $this->performRequest($endpoint);
135 return $this->performRequest($endpoint);
155 return $this->performRequest($endpoint);
182 return $this->performRequest($endpoint);
202 return $this->performRequest($endpoint);
219 return $this->performRequest($endpoint);
240 return $this->performRequest(
[all...]
H A DXpackNamespace.php47 return $this->performRequest($endpoint);
65 return $this->performRequest($endpoint);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php96 public function performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface function in Elasticsearch\\Transport
109 $future = $connection->performRequest(
H A DClient.php347 return $this->performRequest($endpoint);
370 return $this->performRequest($endpoint);
390 return $this->performRequest($endpoint);
430 return $this->performRequest($endpoint);
466 return $this->performRequest($endpoint);
500 return $this->performRequest($endpoint);
559 return $this->performRequest($endpoint);
580 return $this->performRequest($endpoint);
602 return $this->performRequest($endpoint);
641 return BooleanRequestWrapper::performRequest(
1939 private function performRequest(AbstractEndpoint $endpoint) global() function in Elasticsearch\\Client
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon6 - '#Call to static method performRequest\(\) on trait#'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php204 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null) function in Elasticsearch\\Connections\\Connection
296 return $transport->performRequest(
485 $response = $this->performRequest('HEAD', '/', null, null, $options);
516 return $this->performRequest('GET', '/_nodes/', null, null, $options);

12