-
Methods in io.nosqlbench.nb.api.annotations that return Layer
| Modifier and Type |
Method |
Description |
Layer |
Annotation.getLayer() |
Annotations must be associated with a processing layer in NoSQLBench.
|
Layer |
MutableAnnotation.getLayer() |
|
static Layer |
Layer.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Layer[] |
Layer.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructors in io.nosqlbench.nb.api.annotations with parameters of type Layer
| Constructor |
Description |
MutableAnnotation(java.util.TimeZone timezone,
java.lang.String session,
Layer layer,
long start,
long end,
java.util.LinkedHashMap<java.lang.String,java.lang.String> labels,
java.util.LinkedHashMap<java.lang.String,java.lang.String> details) |
|