Uses of Class
io.nosqlbench.engine.api.activityapi.simrate.SimRateSpec
Packages that use SimRateSpec
Package
Description
-
Uses of SimRateSpec in io.nosqlbench.engine.api.activityapi.simrate
Subclasses of SimRateSpec in io.nosqlbench.engine.api.activityapi.simrateMethods in io.nosqlbench.engine.api.activityapi.simrate that return SimRateSpecModifier and TypeMethodDescriptionRateLimiter.getSpec()Get the rate spec that this rate limiter was created from.SimRate.getSpec()Methods in io.nosqlbench.engine.api.activityapi.simrate with parameters of type SimRateSpecModifier and TypeMethodDescriptionvoidRateLimiter.applyRateSpec(SimRateSpec spec) Modify the rate of a running rate limiter.voidSimRate.applyRateSpec(SimRateSpec updatingSimRateSpec) static RateLimiterRateLimiters.createOrUpdate(NBComponent parent, RateLimiter extant, SimRateSpec spec) static ThreadLocal<RateLimiter> ThreadLocalRateLimiters.createOrUpdate(NBComponent parent, ThreadLocal<RateLimiter> extantSource, SimRateSpec spec) voidSimRate.initPools(SimRateSpec simRateSpec) Constructors in io.nosqlbench.engine.api.activityapi.simrate with parameters of type SimRateSpecModifierConstructorDescriptionSimRate(NBComponent parent, SimRateSpec spec) SimRate(NBComponent parent, SimRateSpec spec, NBLabels extraLabels) -
Uses of SimRateSpec in io.nosqlbench.engine.api.activityimpl
Methods in io.nosqlbench.engine.api.activityimpl with parameters of type SimRateSpecModifier and TypeMethodDescriptionvoidSimpleActivity.createOrUpdateCycleLimiter(SimRateSpec spec) voidSimpleActivity.createOrUpdateStrideLimiter(SimRateSpec spec)