Uses of Class
com.elastisys.autoscaler.predictors.reactive.config.ReactivePredictorParams
-
Packages that use ReactivePredictorParams Package Description com.elastisys.autoscaler.predictors.reactive.config -
-
Uses of ReactivePredictorParams in com.elastisys.autoscaler.predictors.reactive.config
Fields in com.elastisys.autoscaler.predictors.reactive.config declared as ReactivePredictorParams Modifier and Type Field Description static ReactivePredictorParamsReactivePredictorParams. DEFAULTA defaultReactivePredictorParamsto use when none is explicitly set.Methods in com.elastisys.autoscaler.predictors.reactive.config that return ReactivePredictorParams Modifier and Type Method Description static ReactivePredictorParamsReactivePredictorParams. parse(com.google.gson.JsonElement jsonConfig)Factory method that parses out anReactivePredictorParamsfrom a JSON representation, or fails with aJsonSyntaxException.
-