Uses of Enum Class
io.nosqlbench.nb.api.logging.NBLogLevel
Packages that use NBLogLevel
Package
Description
-
Uses of NBLogLevel in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return NBLogLevelModifier and TypeMethodDescriptionNBCLIOptions.getConsoleLogLevel()NBCLIOptions.getScenarioLogLevel() -
Uses of NBLogLevel in io.nosqlbench.engine.core.logging
Methods in io.nosqlbench.engine.core.logging with parameters of type NBLogLevelModifier and TypeMethodDescriptionNBLoggerConfig.setConsoleLevel(NBLogLevel level) NBLoggerConfig.setLogfileLevel(NBLogLevel level) -
Uses of NBLogLevel in io.nosqlbench.nb.api.logging
Subclasses with type arguments of type NBLogLevel in io.nosqlbench.nb.api.loggingMethods in io.nosqlbench.nb.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.nb.api.logging with parameters of type NBLogLevelModifier and TypeMethodDescriptionbooleanNBLogLevel.isGreaterOrEqualTo(NBLogLevel other) static NBLogLevelNBLogLevel.max(NBLogLevel... levels)