Uses of Enum Class
io.nosqlbench.engine.api.activityapi.simrate.SimRateSpec.Scope
Packages that use SimRateSpec.Scope
-
Uses of SimRateSpec.Scope in io.nosqlbench.engine.api.activityapi.simrate
Subclasses with type arguments of type SimRateSpec.Scope in io.nosqlbench.engine.api.activityapi.simrateMethods in io.nosqlbench.engine.api.activityapi.simrate that return SimRateSpec.ScopeModifier and TypeMethodDescriptionSimRateSpec.getScope()static SimRateSpec.ScopeReturns the enum constant of this class with the specified name.static SimRateSpec.Scope[]SimRateSpec.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.engine.api.activityapi.simrate with parameters of type SimRateSpec.ScopeModifierConstructorDescriptionSimRateSpec(double opsPerSec, double burstRatio, SimRateSpec.Scope scope) SimRateSpec(double opsPerSec, double burstRatio, SimRateSpec.Verb verb, SimRateSpec.Scope scope)