JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
io.nosqlbench.api.annotations.Span
Packages that use
Span
Package
Description
io.nosqlbench.api.annotations
Uses of
Span
in
io.nosqlbench.api.annotations
Methods in
io.nosqlbench.api.annotations
that return
Span
Modifier and Type
Method
Description
Span
Annotation.
getSpan
()
This should return
interval
if the span of time is not an instant, and
instant
, otherwise.
Span
MutableAnnotation.
getSpan
()
static
Span
Span.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Span
[]
Span.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.