Uses of Enum Class
io.nosqlbench.nb.api.advisor.NBAdvisorPoint.Status
Packages that use NBAdvisorPoint.Status
-
Uses of NBAdvisorPoint.Status in io.nosqlbench.nb.api.advisor
Subclasses with type arguments of type NBAdvisorPoint.Status in io.nosqlbench.nb.api.advisorMethods in io.nosqlbench.nb.api.advisor that return NBAdvisorPoint.StatusModifier and TypeMethodDescriptionNBAdvisorPoint.Result.status()Returns the value of thestatusrecord component.static NBAdvisorPoint.StatusReturns the enum constant of this class with the specified name.static NBAdvisorPoint.Status[]NBAdvisorPoint.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.nb.api.advisor with parameters of type NBAdvisorPoint.StatusModifierConstructorDescriptionResult(NBAdvisorCondition<T> condition, T element, NBAdvisorPoint.Status status) Creates an instance of aResultrecord class.