Uses of Enum Class
io.nosqlbench.nb.api.annotations.Layer
Packages that use Layer
Package
Description
The annotations subsystem allows for identifying lifecycles of key runtime components
and documenting their parameters and invocations with details for context.
-
Uses of Layer in io.nosqlbench.nb.api.annotations
Subclasses with type arguments of type Layer in io.nosqlbench.nb.api.annotationsMethods in io.nosqlbench.nb.api.annotations that return LayerModifier and TypeMethodDescriptionAnnotation.getLayer()Annotations must be associated with a processing layer in NoSQLBench.MutableAnnotation.getLayer()static LayerReturns the enum constant of this class with the specified name.static Layer[]Layer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nosqlbench.nb.api.annotations with parameters of type LayerModifier and TypeMethodDescriptionvoidConstructors in io.nosqlbench.nb.api.annotations with parameters of type LayerModifierConstructorDescriptionMutableAnnotation(TimeZone timezone, String session, Layer layer, long start, long end, NBLabeledElement element, LinkedHashMap<String, String> details)