| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceDeployment | |
|---|---|
| org.openspaces.admin.gsm | Support for managing of Grid Service Manager(s) through the Admin API. | 
| org.openspaces.admin.space | Support for managing of Space(s) through the Admin API. | 
| Uses of SpaceDeployment in org.openspaces.admin.gsm | 
|---|
| Methods in org.openspaces.admin.gsm with parameters of type SpaceDeployment | |
|---|---|
 ProcessingUnit | 
GridServiceManagers.deploy(SpaceDeployment deployment)
Deploys a space based on the space deployment information on a random grid service manager (it will act as the primary GSM for the deployed processing unit).  | 
 ProcessingUnit | 
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).  | 
 ProcessingUnit | 
GridServiceManagers.deploy(SpaceDeployment deployment,
       long timeout,
       TimeUnit timeUnit)
Deploys a space based on the space deployment information on a random grid service manager (it will act as the primary GSM for the deployed processing unit).  | 
 ProcessingUnit | 
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).  | 
| Uses of SpaceDeployment in org.openspaces.admin.space | 
|---|
| Methods in org.openspaces.admin.space that return SpaceDeployment | |
|---|---|
 SpaceDeployment | 
SpaceDeployment.addZone(String zone)
Adds a zone where the processing unit is allowed to be deployed on.  | 
 SpaceDeployment | 
SpaceDeployment.clusterSchema(String clusterSchema)
Sets the cluster schema of the Space.  | 
 SpaceDeployment | 
SpaceDeployment.maxInstancesPerMachine(int maxInstancesPerMachine)
Sets the maximum number of instances per machine.  | 
 SpaceDeployment | 
SpaceDeployment.maxInstancesPerVM(int maxInstancesPerVM)
Sets the maximum number of instances per virtual machine.  | 
 SpaceDeployment | 
SpaceDeployment.maxInstancesPerZone(String zone,
                    int maxInstancesPerZone)
Sets the maximum number of instances per zone.  | 
 SpaceDeployment | 
SpaceDeployment.numberOfBackups(int numberOfBackups)
Sets the number of backups per instance of the space deployment.  | 
 SpaceDeployment | 
SpaceDeployment.numberOfInstances(int numberOfInstances)
Sets the number of instances of the space deployment.  | 
 SpaceDeployment | 
SpaceDeployment.partitioned(int numberOfParitions,
            int numberOfBackups)
A convenient method allowing to easily configure the space deployment to deploy a Partitioned topology with numberOfParitions instances each with
 numberOfBackups. | 
 SpaceDeployment | 
SpaceDeployment.replicated(boolean async,
           int numberOfInstances)
A convenient method allowing to easily configure the space deployment to deploy a replicated (either sync or async) topology with numberOfInstances instances. | 
 SpaceDeployment | 
SpaceDeployment.secured(boolean secured)
Will deploy a secured space.  | 
 SpaceDeployment | 
SpaceDeployment.setContextProperty(String key,
                   String value)
Sets a context deploy time property overriding any ${...} | 
 SpaceDeployment | 
SpaceDeployment.slaLocation(File slaLocation)
Sets an external SLA definition location to be loaded.  | 
 SpaceDeployment | 
SpaceDeployment.slaLocation(String slaLocation)
Sets an external SLA definition location to be loaded.  | 
 SpaceDeployment | 
SpaceDeployment.userDetails(String userName,
            String password)
Sets the username and password (effectively making the processing unit secured) for the processing unit deployment.  | 
 SpaceDeployment | 
SpaceDeployment.userDetails(UserDetails userDetails)
Advance: Sets the security user details for authentication and autherization of the processing unit.  | 
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||