Package | Description |
---|---|
org.openspaces.admin.gsa |
Support for managing of Grid Service Agent(s) through the Admin API.
|
org.openspaces.admin.internal.gsa |
Internally Used.
|
Modifier and Type | Method and Description |
---|---|
ElasticServiceManagerOptions |
ElasticServiceManagerOptions.environmentVariable(String name,
String value)
Deprecated.
Sets an environment variable that will be passed to forked process.
|
ElasticServiceManagerOptions |
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 |
ElasticServiceManagerOptions.useScript()
Deprecated.
Will cause the
ElasticServiceManager to be started using a
script and not a pure Java process. |
ElasticServiceManagerOptions |
ElasticServiceManagerOptions.vmInputArgument(String vmInputArgument)
Deprecated.
Will add a JVM level argument when the process is executed using pure JVM.
|
Modifier and Type | Method and Description |
---|---|
void |
GridServiceAgent.startGridService(ElasticServiceManagerOptions options)
Starts a
ElasticServiceManager based on the provided
options. |
ElasticServiceManager |
GridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options)
Starts a
ElasticServiceManager based on the provided options
and waits indefinitely until it is discovered by the admin, which is then returned. |
ElasticServiceManager |
GridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options,
long timeout,
TimeUnit timeUnit)
Starts a
ElasticServiceManager based on the provided options
and waits for the given timeout (in time unit) until it is discovered by the admin, which is
then returned. |
Modifier and Type | Method and Description |
---|---|
int |
DefaultGridServiceAgent.internalStartGridService(ElasticServiceManagerOptions options) |
void |
DefaultGridServiceAgent.startGridService(ElasticServiceManagerOptions options) |
ElasticServiceManager |
DefaultGridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options) |
ElasticServiceManager |
DefaultGridServiceAgent.startGridServiceAndWait(ElasticServiceManagerOptions options,
long timeout,
TimeUnit timeUnit) |
Copyright © GigaSpaces.