@Deprecated public class ElasticServiceManagerOptions extends Object
ElasticServiceManager
process options to be started by the
GridServiceAgent
.GridServiceAgent.startGridService(ElasticServiceManagerOptions)
Constructor and Description |
---|
ElasticServiceManagerOptions()
Deprecated.
Constructs a new elastic service manager options.
|
Modifier and Type | Method and Description |
---|---|
ElasticServiceManagerOptions |
environmentVariable(String name,
String value)
Deprecated.
Sets an environment variable that will be passed to forked process.
|
com.gigaspaces.grid.gsa.GSProcessOptions |
getOptions()
Deprecated.
Returns the agent process options that represents what was set on this ESM options.
|
ElasticServiceManagerOptions |
overrideVmInputArguments()
Deprecated.
Will cause JVM options added using
vmInputArgument(String) to override all the vm
arguments that the JVM will start by default with. |
ElasticServiceManagerOptions |
useScript()
Deprecated.
Will cause the
ElasticServiceManager to be started using a
script and not a pure Java process. |
ElasticServiceManagerOptions |
vmInputArgument(String vmInputArgument)
Deprecated.
Will add a JVM level argument when the process is executed using pure JVM.
|
public ElasticServiceManagerOptions()
public ElasticServiceManagerOptions useScript()
ElasticServiceManager
to be started using a
script and not a pure Java process.public ElasticServiceManagerOptions overrideVmInputArguments()
vmInputArgument(String)
to override all the vm
arguments that the JVM will start by default with.public ElasticServiceManagerOptions vmInputArgument(String vmInputArgument)
-Xmx512m
.public ElasticServiceManagerOptions environmentVariable(String name, String value)
public com.gigaspaces.grid.gsa.GSProcessOptions getOptions()
Copyright © GigaSpaces.