Uses of Class
org.openspaces.admin.gsa.GridServiceOptions
Packages that use GridServiceOptions
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
-
Uses of GridServiceOptions in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return GridServiceOptionsModifier and TypeMethodDescriptionWill add a process level argument.GridServiceOptions.environmentVariable(String name, String value) Sets an environment variable that will be passed to forked process.GridServiceOptions.overrideArguments()Will cause the process arguments added usingargument(String)to override any arguments defined in the process descriptor.GridServiceOptions.overrideVmInputArguments()Will cause JVM options added usingvmInputArgument(String)to override all the vm arguments that the JVM will start by default with.GridServiceOptions.useScript()Will use a scipt to start the process, and not a pure JVM process.GridServiceOptions.vmInputArgument(String vmInputArgument) Will add a JVM level argument when the process is executed using pure JVM.Methods in org.openspaces.admin.gsa with parameters of type GridServiceOptionsModifier and TypeMethodDescriptionintGridServiceAgent.startGridService(GridServiceOptions options) Starts a generic process of a given type. -
Uses of GridServiceOptions in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa with parameters of type GridServiceOptionsModifier and TypeMethodDescriptionintDefaultGridServiceAgent.startGridService(GridServiceOptions options)