Uses of Class
org.mockserver.load.LoadShape
Packages that use LoadShape
-
Uses of LoadShape in org.mockserver.load
Methods in org.mockserver.load that return LoadShapeModifier and TypeMethodDescriptionLoadProfile.getShape()static LoadShapeLoadShape.loadShape()static LoadShapeLoadShape.rampHold(LoadShape.Metric metric, double target, long rampMillis, long holdMillis) A RAMP_HOLD shape usingRampCurve.LINEAR.static LoadShapeLoadShape.spike(LoadShape.Metric metric, double baseline, double peak, long rampUpMillis, long holdMillis, long rampDownMillis) A SPIKE shape (no recovery hold).static LoadShapeLoadShape.stairs(LoadShape.Metric metric, double start, double step, int steps, long stepDurationMillis) A STAIRS shape.LoadShape.withBaseline(Double baseline) LoadShape.withHoldMillis(Long holdMillis) LoadShape.withMetric(LoadShape.Metric metric) LoadShape.withRampDownMillis(Long rampDownMillis) LoadShape.withRampMillis(Long rampMillis) LoadShape.withRampUpMillis(Long rampUpMillis) LoadShape.withRecoveryHoldMillis(Long recoveryHoldMillis) LoadShape.withStepDurationMillis(Long stepDurationMillis) LoadShape.withTarget(Double target) LoadShape.withType(LoadShape.Type type) Methods in org.mockserver.load with parameters of type LoadShape -
Uses of LoadShape in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return LoadShapeConstructors in org.mockserver.serialization.model with parameters of type LoadShape