Uses of Class
org.openspaces.admin.gsa.GridServiceContainerOptions
Packages that use GridServiceContainerOptions
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
-
Uses of GridServiceContainerOptions in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return GridServiceContainerOptionsModifier and TypeMethodDescriptionGridServiceContainerOptions.Builder.build()GridServiceContainerOptions.environmentVariable(String name, String value) Sets an environment variable that will be passed to forked process.GridServiceContainerOptions.overrideVmInputArguments()Will cause JVM options added usingvmInputArgument(String)to override all the vm arguments that the JVM will start by default with.GridServiceContainerOptions.restartOnExit(com.gigaspaces.grid.gsa.GSProcessRestartOnExit restartOnExit) Sets the agent policy for be restart the container on exit.GridServiceContainerOptions.useScript()Will cause theGridServiceContainerto be started using a script and not a pure Java process.GridServiceContainerOptions.vmInputArgument(String vmInputArgument) Will add a JVM level argument when the process is executed using pure JVM.GridServiceContainerOptions.vmInputArguments(Collection<String> vmInputArguments) Will add a JVM level arguments when the process is executed using pure JVM.Methods in org.openspaces.admin.gsa with parameters of type GridServiceContainerOptionsModifier and TypeMethodDescriptionvoidGridServiceAgent.startGridService(GridServiceContainerOptions options) Starts aGridServiceContainerbased on the provided options.GridServiceAgent.startGridServiceAndWait(GridServiceContainerOptions options) Starts aGridServiceContainerbased on the provided options and waits indefinitely until it is discovered by the admin, which is then returned.GridServiceAgent.startGridServiceAndWait(GridServiceContainerOptions options, long timeout, TimeUnit timeUnit) Starts aGridServiceContainerbased on the provided options and waits for the given timeout (in time unit) until it is discovered by the admin, which is then returned. -
Uses of GridServiceContainerOptions in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa with parameters of type GridServiceContainerOptionsModifier and TypeMethodDescriptionintDefaultGridServiceAgent.internalStartGridService(GridServiceContainerOptions options) voidDefaultGridServiceAgent.startGridService(GridServiceContainerOptions options) DefaultGridServiceAgent.startGridServiceAndWait(GridServiceContainerOptions options) DefaultGridServiceAgent.startGridServiceAndWait(GridServiceContainerOptions options, long timeout, TimeUnit timeUnit)