Lines Matching refs:endpoint

47         $endpoint = $endpointBuilder('Rollup\DeleteJob');
48 $endpoint->setParams($params);
49 $endpoint->setId($id);
51 return $this->performRequest($endpoint);
70 $endpoint = $endpointBuilder('Rollup\GetJobs');
71 $endpoint->setParams($params);
72 $endpoint->setId($id);
74 return $this->performRequest($endpoint);
93 $endpoint = $endpointBuilder('Rollup\GetRollupCaps');
94 $endpoint->setParams($params);
95 $endpoint->setId($id);
97 return $this->performRequest($endpoint);
116 $endpoint = $endpointBuilder('Rollup\GetRollupIndexCaps');
117 $endpoint->setParams($params);
118 $endpoint->setIndex($index);
120 return $this->performRequest($endpoint);
141 $endpoint = $endpointBuilder('Rollup\PutJob');
142 $endpoint->setParams($params);
143 $endpoint->setId($id);
144 $endpoint->setBody($body);
146 return $this->performRequest($endpoint);
169 $endpoint = $endpointBuilder('Rollup\Rollup');
170 $endpoint->setParams($params);
171 $endpoint->setIndex($index);
172 $endpoint->setRollupIndex($rollup_index);
173 $endpoint->setBody($body);
175 return $this->performRequest($endpoint);
200 $endpoint = $endpointBuilder('Rollup\RollupSearch');
201 $endpoint->setParams($params);
202 $endpoint->setIndex($index);
203 $endpoint->setType($type);
204 $endpoint->setBody($body);
206 return $this->performRequest($endpoint);
225 $endpoint = $endpointBuilder('Rollup\StartJob');
226 $endpoint->setParams($params);
227 $endpoint->setId($id);
229 return $this->performRequest($endpoint);
250 $endpoint = $endpointBuilder('Rollup\StopJob');
251 $endpoint->setParams($params);
252 $endpoint->setId($id);
254 return $this->performRequest($endpoint);