src/main/java/org/apache/accumulo/testing/healthprobe/MonitorOpts.java [29:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Parameter(names = "--isolate",
      description = "true to turn on scan isolation, false to turn off. default is false.")
  boolean isolate = false;

  @Parameter(names = "--num-iterations", description = "number of scan iterations")
  int scan_iterations = 1024;

  @Parameter(names = "--continuous",
      description = "continuously scan the table. note that this overrides --num-iterations")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/accumulo/testing/stress/ScanOpts.java [29:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Parameter(names = "--isolate",
      description = "true to turn on scan isolation, false to turn off. default is false.")
  boolean isolate = false;

  @Parameter(names = "--num-iterations", description = "number of scan iterations")
  int scan_iterations = 1024;

  @Parameter(names = "--continuous",
      description = "continuously scan the table. note that this overrides --num-iterations")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



