Package io.nosqlbench.api.annotations
Enum Class Layer
- All Implemented Interfaces:
Serializable,Comparable<Layer>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEvents which are associated with a particular activity instance, such as parameters, starting and stopping, and critical errorsEvents which describe command line arguments, such as parsing, named scenario mapping, or critical errorsEvents which are associated with a particular activity threadEvents which are associated with a particular operation or op templateEvents which describe scenario execution, such as parameters, lifecycle events, interruptions, and critical errorsEvents which describe scripting details, such as commands, extension usages, sending programmatic annotations, or critical errors -
Method Summary
-
Enum Constant Details
-
CLI
Events which describe command line arguments, such as parsing, named scenario mapping, or critical errors -
Scenario
Events which describe scenario execution, such as parameters, lifecycle events, interruptions, and critical errors -
Script
Events which describe scripting details, such as commands, extension usages, sending programmatic annotations, or critical errors -
Activity
Events which are associated with a particular activity instance, such as parameters, starting and stopping, and critical errors -
Motor
Events which are associated with a particular activity thread -
Operation
Events which are associated with a particular operation or op template
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-