Uses of Class
org.mockserver.slo.SloCriteria
Packages that use SloCriteria
Package
Description
-
Uses of SloCriteria in org.mockserver.client
Methods in org.mockserver.client with parameters of type SloCriteriaModifier and TypeMethodDescriptionMockServerClient.verifySLO(SloCriteria criteria) Verify a service-level objective (SLO) over a window of recorded SLI samples viaPUT /mockserver/verifySLO. -
Uses of SloCriteria in org.mockserver.mock.action.http
Fields in org.mockserver.mock.action.http declared as SloCriteriaModifier and TypeFieldDescriptionfinal SloCriteriaChaosExperimentOrchestrator.ExperimentDefinition.sloCriteriaOptional SLO asserted over the experiment window.Constructors in org.mockserver.mock.action.http with parameters of type SloCriteriaModifierConstructorDescriptionExperimentDefinition(String name, List<ChaosExperimentOrchestrator.Stage> stages, boolean loop, long startDelayMillis, String cronSchedule, SloCriteria sloCriteria) -
Uses of SloCriteria in org.mockserver.serialization
Methods in org.mockserver.serialization that return SloCriteriaMethods in org.mockserver.serialization with parameters of type SloCriteriaModifier and TypeMethodDescriptionSloCriteriaSerializer.serialize(SloCriteria sloCriteria) Serialize anSloCriteriato the JSON body submitted toPUT /mockserver/verifySLO. -
Uses of SloCriteria in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return SloCriteriaConstructors in org.mockserver.serialization.model with parameters of type SloCriteria -
Uses of SloCriteria in org.mockserver.slo
Methods in org.mockserver.slo that return SloCriteriaModifier and TypeMethodDescriptionstatic SloCriteriaSloCriteria.sloCriteria()SloCriteria.withMinimumSampleCount(Integer minimumSampleCount) SloCriteria.withObjectives(List<SloObjective> objectives) SloCriteria.withObjectives(SloObjective... objectives) SloCriteria.withUpstreamHosts(Set<String> upstreamHosts) SloCriteria.withWindow(SloWindow window) Methods in org.mockserver.slo with parameters of type SloCriteria