Home
last modified time | relevance | path

Searched refs:performRequest (Results 26 – 41 of 41) sorted by relevance

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DLogstashNamespace.php48 return $this->performRequest($endpoint);
68 return $this->performRequest($endpoint);
91 return $this->performRequest($endpoint);
H A DShutdownNamespace.php51 return $this->performRequest($endpoint);
74 return $this->performRequest($endpoint);
100 return $this->performRequest($endpoint);
H A DFeaturesNamespace.php46 return $this->performRequest($endpoint);
66 return $this->performRequest($endpoint);
H A DXpackNamespace.php47 return $this->performRequest($endpoint);
65 return $this->performRequest($endpoint);
H A DAbstractNamespace.php56 protected function performRequest(AbstractEndpoint $endpoint) function in Elasticsearch\\Namespaces\\AbstractNamespace
58 $response = $this->transport->performRequest(
H A DBooleanRequestWrapper.php35 public static function performRequest(AbstractEndpoint $endpoint, Transport $transport) function
38 $response = $transport->performRequest(
H A DSslNamespace.php45 return $this->performRequest($endpoint);
H A DFleetNamespace.php54 return $this->performRequest($endpoint);
H A DMigrationNamespace.php48 return $this->performRequest($endpoint);
H A DTextStructureNamespace.php62 return $this->performRequest($endpoint);
H A DMonitoringNamespace.php57 return $this->performRequest($endpoint);
H A DGraphNamespace.php56 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(
/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 DConnectionInterface.php78 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null); function
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