org.openspaces.admin.application
Class ApplicationDeployment
java.lang.Object
org.openspaces.admin.application.ApplicationDeployment
public class ApplicationDeployment
- extends Object
Describes an application deployment that consists of one or more processing unit deployments.
- Since:
- 8.0.6
- Author:
- itaif
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationDeployment
public ApplicationDeployment(String applicationName)
ApplicationDeployment
public ApplicationDeployment(String applicationName,
ProcessingUnitDeploymentTopology... processingUnitDeployments)
deployProcessingUnit
@Deprecated
public ApplicationDeployment deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment)
- Deprecated.
- Deprecated Method. Use
addProcessingUnitDeployment(ProcessingUnitDeploymentTopology)
instead
addProcessingUnitDeployment
public ApplicationDeployment addProcessingUnitDeployment(ProcessingUnitDeploymentTopology puDeployment)
- Adds a processing unit deployment to this application deployment.
All processing units are deployed in parallel (unless dependencies are defined)
getDeploymentOptions
public org.openspaces.admin.internal.application.InternalApplicationDeploymentOptions getDeploymentOptions()
Copyright © GigaSpaces.