Uses of Interface
io.nosqlbench.nb.api.annotations.Annotation
Packages that use Annotation
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 Annotation in io.nosqlbench.engine.clients.grafana.annotator
Methods in io.nosqlbench.engine.clients.grafana.annotator with parameters of type AnnotationModifier and TypeMethodDescriptionvoidGrafanaMetricsAnnotator.recordAnnotation(Annotation annotation) -
Uses of Annotation in io.nosqlbench.engine.core.annotation
Methods in io.nosqlbench.engine.core.annotation with parameters of type Annotation -
Uses of Annotation in io.nosqlbench.engine.core.metrics
Methods in io.nosqlbench.engine.core.metrics with parameters of type Annotation -
Uses of Annotation in io.nosqlbench.nb.api.annotations
Classes in io.nosqlbench.nb.api.annotations that implement AnnotationMethods in io.nosqlbench.nb.api.annotations that return AnnotationModifier and TypeMethodDescriptionMutableAnnotation.asReadOnly()AnnotationBuilder.build()AnnotationBuilderFacets.WantsMoreDetailsOrBuild.build()Methods in io.nosqlbench.nb.api.annotations with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotator.recordAnnotation(Annotation annotation) Submit an annotation to some type of annotation store, logging or eventing mechanism.