|
GigaSpaces XAP 10.0.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.admin.gsa.ElasticServiceManagerOptions
public class ElasticServiceManagerOptions
ElasticServiceManager process options to be started by the
GridServiceAgent.
GridServiceAgent.startGridService(ElasticServiceManagerOptions)| Constructor Summary | |
|---|---|
ElasticServiceManagerOptions()
Constructs a new elastic service manager options. |
|
| Method Summary | |
|---|---|
ElasticServiceManagerOptions |
environmentVariable(String name,
String value)
Sets an environment variable that will be passed to forked process. |
com.gigaspaces.grid.gsa.GSProcessOptions |
getOptions()
Returns the agent process options that represents what was set on this ESM options. |
ElasticServiceManagerOptions |
overrideVmInputArguments()
Will cause JVM options added using vmInputArgument(String) to override all the vm arguments
that the JVM will start by default with. |
ElasticServiceManagerOptions |
useScript()
Will cause the ElasticServiceManager to be started using a script
and not a pure Java process. |
ElasticServiceManagerOptions |
vmInputArgument(String vmInputArgument)
Will add a JVM level argument when the process is executed using pure JVM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElasticServiceManagerOptions()
| Method Detail |
|---|
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()
|
GigaSpaces XAP 10.0.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||