GigaSpaces XAP 7.1 API

Uses of Class
org.openspaces.admin.esm.deployment.ElasticDataGridDeployment

Packages that use ElasticDataGridDeployment
org.openspaces.admin.esm Support for managing of Elastic Service Manager(s) through the Admin API. 
org.openspaces.admin.esm.deployment   
org.openspaces.grid.esm   
 

Uses of ElasticDataGridDeployment in org.openspaces.admin.esm
 

Methods in org.openspaces.admin.esm with parameters of type ElasticDataGridDeployment
 ProcessingUnit ElasticServiceManagers.deploy(ElasticDataGridDeployment deployment)
          Deploys an 'elastic' deployment based on the deployment information and the available resources.
 ProcessingUnit ElasticServiceManager.deploy(ElasticDataGridDeployment deployment)
          Deploys an 'elastic' deployment based on the deployment information and the available resources.
 ProcessingUnit ElasticServiceManagers.deploy(ElasticDataGridDeployment deployment, long timeout, TimeUnit timeUnit)
          Deploys an 'elastic' deployment based on the deployment information and the available resources.
 ProcessingUnit ElasticServiceManager.deploy(ElasticDataGridDeployment deployment, long timeout, TimeUnit timeUnit)
          Deploys an 'elastic' deployment based on the deployment information and the available resources.
 

Uses of ElasticDataGridDeployment in org.openspaces.admin.esm.deployment
 

Methods in org.openspaces.admin.esm.deployment that return ElasticDataGridDeployment
 ElasticDataGridDeployment ElasticDataGridDeployment.addContextProperty(String key, String value)
          Adds a context deploy time property overriding any ${...}
 ElasticDataGridDeployment ElasticDataGridDeployment.addSla(SLA sla)
          Adds an SLA to monitor and auto-scale if necessary.
 ElasticDataGridDeployment ElasticDataGridDeployment.capacity(String minMemory, String maxMemory)
          Set the memory capacity growth of this data grid.
 ElasticDataGridDeployment ElasticDataGridDeployment.dedicatedDeploymentIsolation()
          Restrict this data-grid deployment to machines not shared by other deployments.
 ElasticDataGridDeployment ElasticDataGridDeployment.elasticScaleHandler(ElasticScaleHandlerConfig config)
          Set an ElasticScaleHandler implementation configuration.
 ElasticDataGridDeployment ElasticDataGridDeployment.highlyAvailable(boolean enabled)
          Set the availability of the data grid.
 ElasticDataGridDeployment ElasticDataGridDeployment.initialJavaHeapSize(String size)
          Sets the initial Java heap size (the JVM -Xms argument) of a container hosting a processing unit.
 ElasticDataGridDeployment ElasticDataGridDeployment.maximumJavaHeapSize(String size)
          Sets the maximum Java heap size (the JVM -Xmx argument) of a container hosting a processing unit.
 ElasticDataGridDeployment ElasticDataGridDeployment.publicDeploymentIsolation()
          Allow this data-grid deployment to co-exist and share the same machine resources with other deployments.
 ElasticDataGridDeployment ElasticDataGridDeployment.setPartitions(int numberOfPartitions)
          Sets the number of partitions to use (number of primaries if highly available).
 ElasticDataGridDeployment ElasticDataGridDeployment.sharedDeploymentIsolation(String tenant)
          Allow this data-grid deployment to co-exist and share the same machine resources with other deployments of this tenant - only.
 ElasticDataGridDeployment ElasticDataGridDeployment.vmInputArgument(String vmInputArgument)
          Adds a single JVM level argument to the container hosting a processing unit.
 

Uses of ElasticDataGridDeployment in org.openspaces.grid.esm
 

Methods in org.openspaces.grid.esm with parameters of type ElasticDataGridDeployment
 void ESMProxy.deploy(ElasticDataGridDeployment deployment)
           
 void ESM.deploy(ElasticDataGridDeployment deployment)
           
 void ESMImpl.deploy(ElasticDataGridDeployment deployment)
           
 void EsmExecutor.deploy(ElasticDataGridDeployment deployment)
           
 


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.