Uses of Class
com.elastisys.autoscaler.server.AutoScalerFactoryServerOptions
-
Packages that use AutoScalerFactoryServerOptions Package Description com.elastisys.autoscaler.server -
-
Uses of AutoScalerFactoryServerOptions in com.elastisys.autoscaler.server
Methods in com.elastisys.autoscaler.server that return AutoScalerFactoryServerOptions Modifier and Type Method Description static AutoScalerFactoryServerOptionsAutoScalerFactoryServer. parseCommandLine(java.lang.String[] args)Parses the command-line arguments and returns theAutoScalerFactoryServerOptionsthat were specified.Methods in com.elastisys.autoscaler.server with parameters of type AutoScalerFactoryServerOptions Modifier and Type Method Description static org.eclipse.jetty.server.ServerAutoScalerFactoryServer. createServer(com.elastisys.autoscaler.core.autoscaler.factory.AutoScalerFactory factory, AutoScalerFactoryServerOptions options)Creates a HTTPS server that serves REST API requests for a givenAutoScalerFactory.static voidAutoScalerFactoryServer. launchServer(AutoScalerFactoryServerOptions options, java.util.Map<java.lang.String,java.lang.String> addonSubsystems)Launches anAutoScalerFactoryServerwith the options and add-on subsystems.
-