Searched refs:waitForCompletion (Results 1 – 1 of 1) sorted by relevance
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Snapshot.php | 98 …* @param bool $waitForCompletion if true, the request will not return until the snapshot operati… 106 public function createSnapshot($repository, $name, $options = [], $waitForCompletion = false) argument 108 …uest($repository.'/'.$name, Request::PUT, $options, ['wait_for_completion' => $waitForCompletion]); 178 …* @param bool $waitForCompletion if true, the request will not return until the restore operatio… 186 public function restoreSnapshot($repository, $name, $options = [], $waitForCompletion = false) argument 193 'wait_for_completion' => $waitForCompletion ? 'true' : 'false',
|