Uses of Class
org.openspaces.admin.pu.ProcessingUnitAlreadyDeployedException
Packages that use ProcessingUnitAlreadyDeployedException
Package
Description
Support for managing of Grid Service Manager(s) through the Admin API.
Internally Used.
-
Uses of ProcessingUnitAlreadyDeployedException in org.openspaces.admin.gsm
Methods in org.openspaces.admin.gsm that throw ProcessingUnitAlreadyDeployedExceptionModifier 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.GridServiceManager.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments.GridServiceManager.deploy(ProcessingUnitDeployment deployment) Deploys a processing unit based on the processing unit deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit).GridServiceManager.deploy(ProcessingUnitDeployment deployment, long timeout, TimeUnit timeUnit) Deploys a processing unit based on the processing unit deployment information on the given grid service manager (it will act as the primary GSM for the deployed processing unit).GridServiceManager.deploy(SpaceDeployment deployment) Deploys a 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).GridServiceManager.deploy(SpaceDeployment deployment, long timeout, TimeUnit timeUnit) Deploys a 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).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.GridServiceManagers.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) Deploys an application consisting of one or more processing unit deployments. -
Uses of ProcessingUnitAlreadyDeployedException in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm that throw ProcessingUnitAlreadyDeployedExceptionModifier and TypeMethodDescriptionDefaultGridServiceManager.deploy(ApplicationDeployment deployment) DefaultGridServiceManager.deploy(ApplicationDeployment applicationDeployment, long timeout, TimeUnit timeUnit) DefaultGridServiceManager.deploy(ApplicationConfig applicationConfig) DefaultGridServiceManager.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(ApplicationDeployment deployment) DefaultGridServiceManagers.deploy(ApplicationDeployment deployment, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(ApplicationConfig applicationConfig, long timeout, TimeUnit timeUnit)