GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.admin.pu.topology.ProcessingUnitDeploymentTopology

Packages that use ProcessingUnitDeploymentTopology
org.openspaces.admin.application   
org.openspaces.admin.pu Support for managing of Processing Unit(s) through the Admin API. 
org.openspaces.admin.pu.elastic   
org.openspaces.admin.pu.elastic.topology   
org.openspaces.admin.pu.topology   
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
 

Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.application
 

Methods in org.openspaces.admin.application with parameters of type ProcessingUnitDeploymentTopology
 ApplicationDeployment ApplicationDeployment.addProcessingUnitDeployment(ProcessingUnitDeploymentTopology puDeployment)
          Adds a processing unit deployment to this application deployment.
 ApplicationDeployment ApplicationDeployment.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment)
          Deprecated. 
 ProcessingUnit Application.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment)
          Deploys the specified processing unit adding it to this application
 ProcessingUnit Application.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit)
          Deploys the specified processing unit adding it to this application
 

Constructors in org.openspaces.admin.application with parameters of type ProcessingUnitDeploymentTopology
ApplicationDeployment(String applicationName, ProcessingUnitDeploymentTopology... processingUnitDeployments)
           
 

Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu
 

Classes in org.openspaces.admin.pu that implement ProcessingUnitDeploymentTopology
 class ProcessingUnitDeployment
          A deployment of processing unit.
 

Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu.elastic
 

Classes in org.openspaces.admin.pu.elastic that implement ProcessingUnitDeploymentTopology
 class ElasticStatefulProcessingUnitDeployment
          Defines an elastic deployment of a processing unit that with an embedded space..
 class ElasticStatelessProcessingUnitDeployment
          Defines an elastic processing unit deployment that does not contain a space.
 

Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu.elastic.topology
 

Subinterfaces of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu.elastic.topology
 interface ElasticDeploymentTopology
           
 interface ElasticStatefulDeploymentTopology
           
 interface ElasticStatelessDeploymentTopology<T extends ProcessingUnitDependency>
           
 

Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu.topology
 

Methods in org.openspaces.admin.pu.topology that return ProcessingUnitDeploymentTopology
 ProcessingUnitDeploymentTopology ProcessingUnitDeploymentTopology.addDependencies(org.openspaces.admin.internal.pu.dependency.ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> deploymentDependencies)
          Postpones deployment of processing unit instances until the specified dependencies are met.
 ProcessingUnitDeploymentTopology ProcessingUnitDeploymentTopology.addDependency(String requiredProcessingUnitName)
          Postpones deployment of processing unit instances deployment until the specified processing unit deployment is complete.
 ProcessingUnitDeploymentTopology ProcessingUnitDeploymentTopology.secured(boolean secured)
          Will deploy a secured processing unit.
 ProcessingUnitDeploymentTopology ProcessingUnitDeploymentTopology.userDetails(String userName, String password)
          Advanced: Sets the security user details for authentication and authorization of the processing unit.
 ProcessingUnitDeploymentTopology ProcessingUnitDeploymentTopology.userDetails(UserDetails userDetails)
          Advanced: Sets the security user details for authentication and authorization of the processing unit.
 

Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.space
 

Classes in org.openspaces.admin.space that implement ProcessingUnitDeploymentTopology
 class ElasticSpaceDeployment
          Defines an elastic deployment of a partitioned data grid (space).
 class SpaceDeployment
          A deployment of a pure Space processing unit (comes built in under [GS ROOT]/deploy/templates/datagrid).
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.