Uses of Enum Class
io.nosqlbench.nb.annotations.Maturity
Packages that use Maturity
Package
Description
-
Uses of Maturity in io.nosqlbench.adapters.api.activityimpl.uniform
Methods in io.nosqlbench.adapters.api.activityimpl.uniform that return MaturityModifier and TypeMethodDescriptiondefault MaturityDriverAdapter.getAdapterMaturity()Indicate the level of testing and muturity for the current adapter. -
Uses of Maturity in io.nosqlbench.engine.cli
Methods in io.nosqlbench.engine.cli that return Maturity -
Uses of Maturity in io.nosqlbench.engine.core.lifecycle.activity
Methods in io.nosqlbench.engine.core.lifecycle.activity with parameters of type Maturity -
Uses of Maturity in io.nosqlbench.nb.annotations
Subclasses with type arguments of type Maturity in io.nosqlbench.nb.annotationsModifier and TypeClassDescriptionenumThis is a way for NoSQLBench code and driver maintainers to communicate about the maturity of various components.Methods in io.nosqlbench.nb.annotations that return MaturityModifier and TypeMethodDescriptionstatic MaturityReturns the enum constant of this class with the specified name.static Maturity[]Maturity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nosqlbench.nb.annotations with parameters of type Maturity -
Uses of Maturity in io.nosqlbench.nb.api.spi
Fields in io.nosqlbench.nb.api.spi declared as MaturityMethods in io.nosqlbench.nb.api.spi that return types with arguments of type MaturityMethods in io.nosqlbench.nb.api.spi with parameters of type MaturityConstructors in io.nosqlbench.nb.api.spi with parameters of type MaturityModifierConstructorDescriptionComponent(String selector, ServiceLoader.Provider<? extends T> provider, Maturity maturity) SimpleServiceLoader(Class<? extends T> serviceType, Maturity maturity)