Uses of Enum Class
io.nosqlbench.engine.api.activityapi.simrate.SimRateSpec.Verb
Packages that use SimRateSpec.Verb
-
Uses of SimRateSpec.Verb in io.nosqlbench.engine.api.activityapi.simrate
Subclasses with type arguments of type SimRateSpec.Verb in io.nosqlbench.engine.api.activityapi.simrateModifier and TypeClassDescriptionstatic enumRate limiters can be put into motion in different modes to suit different scenarios.Fields in io.nosqlbench.engine.api.activityapi.simrate declared as SimRateSpec.VerbModifier and TypeFieldDescriptionstatic SimRateSpec.VerbSimRateSpec.DEFAULT_VERBSimRateSpec.verbMethods in io.nosqlbench.engine.api.activityapi.simrate that return SimRateSpec.VerbModifier and TypeMethodDescriptionSimRateSpec.getVerb()static SimRateSpec.VerbReturns the enum constant of this class with the specified name.static SimRateSpec.Verb[]SimRateSpec.Verb.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.VerbModifierConstructorDescriptionCycleRateSpec(double opsPerSec, double burstRatio, SimRateSpec.Verb type) SimRateSpec(double opsPerSec, double burstRatio, SimRateSpec.Verb verb) SimRateSpec(double opsPerSec, double burstRatio, SimRateSpec.Verb verb, SimRateSpec.Scope scope) StrideRateSpec(double opsPerSec, double burstRatio, SimRateSpec.Verb type)