Uses of Class
org.apache.ignite.internal.management.baseline.BaselineAutoAdjustCommandArg.Enabled
-
Packages that use BaselineAutoAdjustCommandArg.Enabled Package Description org.apache.ignite.internal.management.baseline -
-
Uses of BaselineAutoAdjustCommandArg.Enabled in org.apache.ignite.internal.management.baseline
Methods in org.apache.ignite.internal.management.baseline that return BaselineAutoAdjustCommandArg.Enabled Modifier and Type Method Description BaselineAutoAdjustCommandArg.EnabledBaselineAutoAdjustCommandArg. enabled()static BaselineAutoAdjustCommandArg.EnabledBaselineAutoAdjustCommandArg.Enabled. valueOf(String name)Returns the enum constant of this type with the specified name.static BaselineAutoAdjustCommandArg.Enabled[]BaselineAutoAdjustCommandArg.Enabled. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.management.baseline with parameters of type BaselineAutoAdjustCommandArg.Enabled Modifier and Type Method Description voidBaselineAutoAdjustCommandArg. enabled(BaselineAutoAdjustCommandArg.Enabled enabled)
-