Uses of Class
org.openspaces.admin.gsa.LookupServiceOptions
Packages that use LookupServiceOptions
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
-
Uses of LookupServiceOptions in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return LookupServiceOptionsModifier and TypeMethodDescriptionLookupServiceOptions.environmentVariable(String name, String value) Sets an environment variable that will be passed to forked process.LookupServiceOptions.overrideVmInputArguments()Will cause JVM options added usingvmInputArgument(String)to override all the vm arguments that the JVM will start by default with.LookupServiceOptions.useScript()Will cause theLookupServiceto be started using a script and not a pure Java process.LookupServiceOptions.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 LookupServiceOptionsModifier and TypeMethodDescriptionvoidGridServiceAgent.startGridService(LookupServiceOptions options) Starts aLookupServicebased on the provided options.GridServiceAgent.startGridServiceAndWait(LookupServiceOptions options) Starts aLookupServicebased on the provided options and waits indefinitely until it is discovered by the admin, which is then returned.GridServiceAgent.startGridServiceAndWait(LookupServiceOptions options, long timeout, TimeUnit timeUnit) Starts aLookupServicebased 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 LookupServiceOptions in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa with parameters of type LookupServiceOptionsModifier and TypeMethodDescriptionintDefaultGridServiceAgent.internalStartGridService(LookupServiceOptions options) voidDefaultGridServiceAgent.startGridService(LookupServiceOptions options) DefaultGridServiceAgent.startGridServiceAndWait(LookupServiceOptions options) DefaultGridServiceAgent.startGridServiceAndWait(LookupServiceOptions options, long timeout, TimeUnit timeUnit)