Uses of Enum Class
io.nosqlbench.nb.api.advisor.NBAdvisorLevel
Packages that use NBAdvisorLevel
-
Uses of NBAdvisorLevel in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return NBAdvisorLevel -
Uses of NBAdvisorLevel in io.nosqlbench.nb.api.advisor
Subclasses with type arguments of type NBAdvisorLevel in io.nosqlbench.nb.api.advisorModifier and TypeClassDescriptionenumThis is related toConditions, and the terms should be aligned.Methods in io.nosqlbench.nb.api.advisor that return NBAdvisorLevelModifier and TypeMethodDescriptionstatic NBAdvisorLevelNBAdvisorLevel.fromString(String advisorStr) static NBAdvisorLevelNBAdvisorLevel.get()static NBAdvisorLevelReturns the enum constant of this class with the specified name.static NBAdvisorLevel[]NBAdvisorLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.