|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.application.ApplicationDeployment
public class ApplicationDeployment
Describes an application deployment that consists of one or more processing unit deployments.
Constructor Summary | |
---|---|
protected |
ApplicationDeployment(ApplicationConfig config)
|
|
ApplicationDeployment(String applicationName)
Creates a new application deployment with the specified name |
|
ApplicationDeployment(String applicationName,
ProcessingUnitConfigHolder... processingUnitConfigHolders)
Creates a new application deployment with the specified name, and pu deployments |
|
ApplicationDeployment(String applicationName,
ProcessingUnitDeploymentTopology... processingUnitDeployments)
Creates a new application deployment with the specified name, and pu deployments |
Method Summary | |
---|---|
ApplicationDeployment |
addProcessingUnitDeployment(ProcessingUnitConfigHolder puConfigHolder)
|
ApplicationDeployment |
addProcessingUnitDeployment(ProcessingUnitDeploymentTopology puDeployment)
Adds a processing unit deployment to this application deployment. |
ApplicationConfig |
create()
|
ApplicationDeployment |
deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationDeployment(String applicationName)
public ApplicationDeployment(String applicationName, ProcessingUnitDeploymentTopology... processingUnitDeployments)
public ApplicationDeployment(String applicationName, ProcessingUnitConfigHolder... processingUnitConfigHolders)
protected ApplicationDeployment(ApplicationConfig config)
config
- created by derived classMethod Detail |
---|
@Deprecated public ApplicationDeployment deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment)
addProcessingUnitDeployment(ProcessingUnitDeploymentTopology)
instead
public ApplicationDeployment addProcessingUnitDeployment(ProcessingUnitDeploymentTopology puDeployment)
public ApplicationDeployment addProcessingUnitDeployment(ProcessingUnitConfigHolder puConfigHolder)
public ApplicationConfig create()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |