Package io.nosqlbench.engine.cli
Enum EBCLIOptions.CmdType
- java.lang.Object
-
- java.lang.Enum<EBCLIOptions.CmdType>
-
- io.nosqlbench.engine.cli.EBCLIOptions.CmdType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EBCLIOptions.CmdType>,java.lang.constant.Constable
- Enclosing class:
- EBCLIOptions
public static enum EBCLIOptions.CmdType extends java.lang.Enum<EBCLIOptions.CmdType>
-
-
Method Summary
Modifier and Type Method Description static EBCLIOptions.CmdTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EBCLIOptions.CmdType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
start
public static final EBCLIOptions.CmdType start
-
start2
public static final EBCLIOptions.CmdType start2
-
run
public static final EBCLIOptions.CmdType run
-
run2
public static final EBCLIOptions.CmdType run2
-
stop
public static final EBCLIOptions.CmdType stop
-
await
public static final EBCLIOptions.CmdType await
-
script
public static final EBCLIOptions.CmdType script
-
fragment
public static final EBCLIOptions.CmdType fragment
-
waitmillis
public static final EBCLIOptions.CmdType waitmillis
-
-
Method Detail
-
values
public static EBCLIOptions.CmdType[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EBCLIOptions.CmdType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-