Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php98 * @param bool $waitForCompletion if true, the request will not return until the snapshot operation is complete
106 public function createSnapshot($repository, $name, $options = [], $waitForCompletion = false)
108 return $this->request($repository.'/'.$name, Request::PUT, $options, ['wait_for_completion' => $waitForCompletion]);
178 * @param bool $waitForCompletion if true, the request will not return until the restore operation is complete
186 public function restoreSnapshot($repository, $name, $options = [], $waitForCompletion = false)
193 'wait_for_completion' => $waitForCompletion ? 'true' : 'false',
90 createSnapshot($repository, $name, $options = [], $waitForCompletion = false) global() argument
156 restoreSnapshot($repository, $name, $options = [], $waitForCompletion = false) global() argument