JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
io.nosqlbench.api.errors.OnError
Packages that use
OnError
Package
Description
io.nosqlbench.api.errors
Uses of
OnError
in
io.nosqlbench.api.errors
Methods in
io.nosqlbench.api.errors
that return
OnError
Modifier and Type
Method
Description
static
OnError
OnError.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
OnError
OnError.
valueOfName
(
String
name)
static
OnError
[]
OnError.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.