Uses of Enum Class
org.mockserver.load.LoadShape.Metric
Packages that use LoadShape.Metric
-
Uses of LoadShape.Metric in org.mockserver.load
Methods in org.mockserver.load that return LoadShape.MetricModifier and TypeMethodDescriptionLoadShape.getMetric()static LoadShape.MetricReturns the enum constant of this class with the specified name.static LoadShape.Metric[]LoadShape.Metric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.load with parameters of type LoadShape.MetricModifier and TypeMethodDescriptionstatic 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.withMetric(LoadShape.Metric metric) -
Uses of LoadShape.Metric in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return LoadShape.MetricMethods in org.mockserver.serialization.model with parameters of type LoadShape.Metric