Uses of Enum Class
io.nosqlbench.api.annotations.Layer
Packages that use Layer
-
Uses of Layer in io.nosqlbench.api.annotations
Methods in io.nosqlbench.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.api.annotations with parameters of type LayerModifier and TypeMethodDescriptionvoidConstructors in io.nosqlbench.api.annotations with parameters of type LayerModifierConstructorDescriptionMutableAnnotation(TimeZone timezone, String session, Layer layer, long start, long end, LinkedHashMap<String, String> labels, LinkedHashMap<String, String> details)