Uses of Enum Class
org.mockserver.slo.Scope
Packages that use Scope
-
Uses of Scope in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return ScopeMethods in org.mockserver.serialization.model with parameters of type Scope -
Uses of Scope in org.mockserver.slo
Methods in org.mockserver.slo that return ScopeModifier and TypeMethodDescriptionSloObjective.getScope()static ScopeReturns the enum constant of this class with the specified name.static Scope[]Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.slo with parameters of type ScopeModifier and TypeMethodDescriptionSloSampleStore.errorCountsInWindow(long fromEpochMillis, long toEpochMillis, Scope scope, Set<String> hosts) long[]SloSampleStore.latenciesInWindow(long fromEpochMillis, long toEpochMillis, Scope scope, Set<String> hosts) voidSloSampleStore.record(long epochMillis, long latencyMillis, boolean isError, Scope scope, String host) Record one sample.