GigaSpaces XAP 9.7.2 API

Uses of Class
org.openspaces.admin.space.ElasticSpaceDeployment

Packages that use ElasticSpaceDeployment
org.openspaces.admin.gsm Support for managing of Grid Service Manager(s) through the Admin API. 
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
 

Uses of ElasticSpaceDeployment in org.openspaces.admin.gsm
 

Methods in org.openspaces.admin.gsm with parameters of type ElasticSpaceDeployment
 ProcessingUnit GridServiceManager.deploy(ElasticSpaceDeployment deployment)
          Deploys an elastic space based on the space deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit).
 ProcessingUnit GridServiceManagers.deploy(ElasticSpaceDeployment deployment)
          Deploys an elastic space based on the space deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit).
 ProcessingUnit GridServiceManager.deploy(ElasticSpaceDeployment deployment, long timeout, TimeUnit timeUnit)
          Deploys an elastic space based on the space deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit).
 ProcessingUnit GridServiceManagers.deploy(ElasticSpaceDeployment deployment, long timeout, TimeUnit timeUnit)
          Deploys an elastic space based on the space deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit).
 

Uses of ElasticSpaceDeployment in org.openspaces.admin.space
 

Methods in org.openspaces.admin.space that return ElasticSpaceDeployment
 ElasticSpaceDeployment ElasticSpaceDeployment.addCommandLineArgument(String commandLineArgument)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.addContextProperty(String key, String value)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> detailedDependencies)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.addDependency(String requiredProcessingUnitName)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.addEnvironmentVariable(String name, String value)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.commandLineArgument(String commandLineArgument)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.dedicatedMachineProvisioning(ElasticMachineProvisioningConfig config)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.environmentVariable(String name, String value)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.highlyAvailable(boolean highlyAvailable)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.maxMemoryCapacity(int maxMemoryCapacity, MemoryUnit unit)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.maxMemoryCapacity(String maxMemoryCapacity)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.maxNumberOfCpuCores(int maxNumberOfCpuCores)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.memoryCapacityPerContainer(int memoryCapacityPerContainer, MemoryUnit unit)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.memoryCapacityPerContainer(String memoryCapacityPerContainer)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.minNumberOfCpuCoresPerMachine(double minNumberOfCpuCoresPerMachine)
          Deprecated. since 8.0.6
 ElasticSpaceDeployment ElasticSpaceDeployment.name(String name)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.numberOfBackupsPerPartition(int numberOfBackupsPerPartition)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.numberOfPartitions(int numberOfPartitions)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.overrideCommandLineArguments()
           
 ElasticSpaceDeployment ElasticSpaceDeployment.publicMachineProvisioning(ElasticMachineProvisioningConfig config)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.scale(EagerScaleConfig strategy)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.scale(ManualCapacityScaleConfig strategy)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.secured(boolean secured)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.sharedMachineProvisioning(String sharingId, ElasticMachineProvisioningConfig config)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.singleMachineDeployment()
           
 ElasticSpaceDeployment ElasticSpaceDeployment.userDetails(String userName, String password)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.userDetails(UserDetails userDetails)
           
 ElasticSpaceDeployment ElasticSpaceDeployment.useScriptToStartContainer()
           
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.