Lines Matching refs:endpoint

46         $endpoint = $endpointBuilder('Cluster\AllocationExplain');
47 $endpoint->setParams($params);
48 $endpoint->setBody($body);
50 return $this->performRequest($endpoint);
68 $endpoint = $endpointBuilder('Cluster\DeleteComponentTemplate');
69 $endpoint->setParams($params);
70 $endpoint->setName($name);
72 return $this->performRequest($endpoint);
87 $endpoint = $endpointBuilder('Cluster\DeleteVotingConfigExclusions');
88 $endpoint->setParams($params);
90 return $this->performRequest($endpoint);
111 $endpoint = $endpointBuilder('Cluster\ExistsComponentTemplate');
112 $endpoint->setParams($params);
113 $endpoint->setName($name);
115 return BooleanRequestWrapper::performRequest($endpoint, $this->transport);
133 $endpoint = $endpointBuilder('Cluster\GetComponentTemplate');
134 $endpoint->setParams($params);
135 $endpoint->setName($name);
137 return $this->performRequest($endpoint);
155 $endpoint = $endpointBuilder('Cluster\GetSettings');
156 $endpoint->setParams($params);
158 return $this->performRequest($endpoint);
185 $endpoint = $endpointBuilder('Cluster\Health');
186 $endpoint->setParams($params);
187 $endpoint->setIndex($index);
189 return $this->performRequest($endpoint);
205 $endpoint = $endpointBuilder('Cluster\PendingTasks');
206 $endpoint->setParams($params);
208 return $this->performRequest($endpoint);
225 $endpoint = $endpointBuilder('Cluster\PostVotingConfigExclusions');
226 $endpoint->setParams($params);
228 return $this->performRequest($endpoint);
249 $endpoint = $endpointBuilder('Cluster\PutComponentTemplate');
250 $endpoint->setParams($params);
251 $endpoint->setName($name);
252 $endpoint->setBody($body);
254 return $this->performRequest($endpoint);
273 $endpoint = $endpointBuilder('Cluster\PutSettings');
274 $endpoint->setParams($params);
275 $endpoint->setBody($body);
277 return $this->performRequest($endpoint);
291 $endpoint = $endpointBuilder('Cluster\RemoteInfo');
292 $endpoint->setParams($params);
294 return $this->performRequest($endpoint);
316 $endpoint = $endpointBuilder('Cluster\Reroute');
317 $endpoint->setParams($params);
318 $endpoint->setBody($body);
320 return $this->performRequest($endpoint);
346 $endpoint = $endpointBuilder('Cluster\State');
347 $endpoint->setParams($params);
348 $endpoint->setMetric($metric);
349 $endpoint->setIndex($index);
351 return $this->performRequest($endpoint);
369 $endpoint = $endpointBuilder('Cluster\Stats');
370 $endpoint->setParams($params);
371 $endpoint->setNodeId($node_id);
373 return $this->performRequest($endpoint);