Uses of Class
org.openspaces.admin.application.ApplicationDeployment
Packages that use ApplicationDeployment
Package
Description
Support for managing of Grid Service Manager(s) through the Admin API.
Internally Used.
-
Uses of ApplicationDeployment in org.openspaces.admin.application
Methods in org.openspaces.admin.application that return ApplicationDeploymentModifier and TypeMethodDescriptionApplicationDeployment.addProcessingUnitDeployment(ProcessingUnitConfigHolder puConfigHolder) ApplicationDeployment.addProcessingUnitDeployment(ProcessingUnitDeploymentTopology puDeployment) Adds a processing unit deployment to this application deployment.ApplicationDeployment.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment) Deprecated. -
Uses of ApplicationDeployment in org.openspaces.admin.gsm
Methods in org.openspaces.admin.gsm with parameters of type ApplicationDeploymentModifier and TypeMethodDescriptionGridServiceManager.deploy(ApplicationDeployment deployment) Deploys an application consisting of one or more processing unit deployments.GridServiceManager.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments.GridServiceManagers.deploy(ApplicationDeployment deployment) Deploys an application consisting of one or more processing unit deployments.GridServiceManagers.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments. -
Uses of ApplicationDeployment in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm with parameters of type ApplicationDeploymentModifier and TypeMethodDescriptionDefaultGridServiceManager.deploy(ApplicationDeployment deployment) DefaultGridServiceManager.deploy(ApplicationDeployment applicationDeployment, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(ApplicationDeployment deployment) DefaultGridServiceManagers.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit)