Class SwitchOfHealthCheckCommand.HealthCheckFlags
- java.lang.Object
-
- org.apache.bookkeeper.tools.framework.CliFlags
-
- org.apache.bookkeeper.tools.cli.commands.health.SwitchOfHealthCheckCommand.HealthCheckFlags
-
- Enclosing class:
- SwitchOfHealthCheckCommand
public static class SwitchOfHealthCheckCommand.HealthCheckFlags extends CliFlags
Flags for health check command.
-
-
Constructor Summary
Constructors Constructor Description HealthCheckFlags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchOfHealthCheckCommand.HealthCheckFlags
enable(boolean enable)
SwitchOfHealthCheckCommand.HealthCheckFlags
status(boolean status)
-
-
-
Method Detail
-
enable
public SwitchOfHealthCheckCommand.HealthCheckFlags enable(boolean enable)
- Returns:
this
.
-
status
public SwitchOfHealthCheckCommand.HealthCheckFlags status(boolean status)
- Returns:
this
.
-
-