Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: James Xin <[email protected]>
  • Loading branch information
jamesx-improving committed Dec 24, 2024
1 parent 772a48b commit bd14a78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class ScanOptions extends BaseScanOptions {
private final ObjectType type;

/**
* If set to True, the scan will perform even if some slots are not covered by any node. It's
* important to note that when set to True, the scan has no guarantee to cover all keys in the
* If set to true, the scan will perform even if some slots are not covered by any node. It's
* important to note that when set to true, the scan has no guarantee to cover all keys in the
* cluster, and the method loses its way to validate the progress of the scan. Defaults to false.
*/
@Builder.Default private final Boolean allowNonCoveredSlots = false;
Expand Down

0 comments on commit bd14a78

Please sign in to comment.