Uses of Enum Class
io.nosqlbench.api.logging.NBLogLevel
Packages that use NBLogLevel
-
Uses of NBLogLevel in io.nosqlbench.api.logging
Methods in io.nosqlbench.api.logging that return NBLogLevelModifier and TypeMethodDescriptionstatic NBLogLevelNBLogLevel.max(NBLogLevel... levels) static NBLogLevelReturns the enum constant of this class with the specified name.static NBLogLevelNBLogLevel.valueOfName(String name) static NBLogLevel[]NBLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nosqlbench.api.logging with parameters of type NBLogLevelModifier and TypeMethodDescriptionbooleanNBLogLevel.isGreaterOrEqualTo(NBLogLevel other) static NBLogLevelNBLogLevel.max(NBLogLevel... levels)