Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Jul 26, 2023
1 parent 0c2dca3 commit 5b3df83
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ public boolean waitForCompletion() {
}

/**
* If this parameter is set to true the operation will restore all the shards of the given indices
* Set the value for restoreAllShards, denoting whether to restore all shards or only unassigned shards
*
* @param restoreAllShards if true the operation will restore all the shards
* @param restoreAllShards If true, the operation will restore all the shards of the given indices.
* If false, the operation will restore only the unassigned shards of the given indices.
* @return this request
*/
public RestoreRemoteStoreRequest restoreAllShards(boolean restoreAllShards) {
Expand Down

0 comments on commit 5b3df83

Please sign in to comment.