Package | Description |
---|---|
org.openspaces.admin.pu.elastic | |
org.openspaces.admin.pu.elastic.topology | |
org.openspaces.admin.space |
Support for managing of Space(s) through the Admin API.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticStatefulProcessingUnitDeployment
Deprecated.
Since 12.1 - Elastic deployments support will be replaced with a different solution in upcoming releases, contact support for additional information.
|
class |
ElasticStatelessProcessingUnitDeployment
Deprecated.
Since 12.1 - Elastic deployments support will be replaced with a different solution in upcoming releases, contact support for additional information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ElasticStatefulDeploymentTopology
Deprecated.
|
interface |
ElasticStatelessDeploymentTopology<T extends ProcessingUnitDependency>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ElasticDeploymentTopology |
ElasticDeploymentTopology.addCommandLineArgument(String vmInputArgument)
Deprecated.
Will add a JVM level argument when the process is executed using pure JVM.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.addContextProperty(String key,
String value)
Deprecated.
Defines a context deploy time property overriding any
${...} defined within a
processing unit configuration. |
ElasticDeploymentTopology |
ElasticDeploymentTopology.addEnvironmentVariable(String name,
String value)
Deprecated.
Defines an environment variable that will be passed to forked process.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.commandLineArgument(String vmInputArgument)
Deprecated.
Will add a JVM level argument when the process is executed using pure JVM.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.dedicatedMachineProvisioning(ElasticMachineProvisioningConfig config)
Deprecated.
Configure the server side bean that starts and stops machines automatically.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.environmentVariable(String name,
String value)
Deprecated.
Defines an environment variable that will be passed to forked process.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.memoryCapacityPerContainer(int memoryCapacityPerContainer,
MemoryUnit unit)
Deprecated.
Specifies the the heap size per container (operating system process) For example:
memoryCapacityPerContainer(256,MemoryUnit.MEGABYTES) is equivalent to
commandLineArgument("-Xmx256m").commandLineArgument("-Xms256m")
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.memoryCapacityPerContainer(String memoryCapacityPerContainer)
Deprecated.
Specifies the the heap size per container (operating system process) For example:
memoryCapacityPerContainer("256m") is equivalent to commandLineArgument("-Xmx256m").commandLineArgument("-Xms256m")
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.name(String name)
Deprecated.
Sets the processing unit name that will be deployed.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.overrideCommandLineArguments()
Deprecated.
Will cause JVM options added using
commandLineArgument(String) to override all the
vm arguments that the JVM will start by default with. |
ElasticDeploymentTopology |
ElasticDeploymentTopology.publicMachineProvisioning(ElasticMachineProvisioningConfig config)
Deprecated.
Configure the server side bean that starts and stops machines automatically.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.sharedMachineProvisioning(String sharingId,
ElasticMachineProvisioningConfig config)
Deprecated.
Configure the server side bean that starts and stops machines automatically.
|
ElasticDeploymentTopology |
ElasticDeploymentTopology.useScriptToStartContainer()
Deprecated.
Will cause the
GridServiceContainer to be started using a
script and not a pure Java process. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticSpaceDeployment
Deprecated.
Since 12.1 - Elastic deployments support will be replaced with a different solution in upcoming releases, contact support for additional information.
|
Copyright © GigaSpaces.