Uses of Class
io.nosqlbench.nb.api.logging.NBLogLevel
| Package | Description |
|---|---|
| io.nosqlbench.nb.api.logging |
-
Uses of NBLogLevel in io.nosqlbench.nb.api.logging
Methods in io.nosqlbench.nb.api.logging that return NBLogLevel Modifier and Type Method Description static NBLogLevelNBLogLevel. max(NBLogLevel... levels)static NBLogLevelNBLogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NBLogLevelNBLogLevel. valueOfName(java.lang.String name)static NBLogLevel[]NBLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nosqlbench.nb.api.logging with parameters of type NBLogLevel Modifier and Type Method Description booleanNBLogLevel. isGreaterOrEqualTo(NBLogLevel other)static NBLogLevelNBLogLevel. max(NBLogLevel... levels)