Uses of Class
com.elastisys.autoscaler.predictors.rulebased.config.RuleBasedPredictorParams
-
Packages that use RuleBasedPredictorParams Package Description com.elastisys.autoscaler.predictors.rulebased.config -
-
Uses of RuleBasedPredictorParams in com.elastisys.autoscaler.predictors.rulebased.config
Methods in com.elastisys.autoscaler.predictors.rulebased.config that return RuleBasedPredictorParams Modifier and Type Method Description static RuleBasedPredictorParamsRuleBasedPredictorParams. parse(com.google.gson.JsonElement jsonConfig)Factory method that parses out anRuleBasedPredictorParamsfrom a JSON representation, or fails with aJsonSyntaxException.
-