GigaSpaces XAP 9.0 API

Uses of Interface
org.openspaces.pu.sla.requirement.Requirement

Packages that use Requirement
org.openspaces.pu.sla Definition of SLA (Service Level Agreement) when deploying onto an SLA enabled container (such as the Service Grid). 
org.openspaces.pu.sla.requirement The requirements part of SLA definition allowing to control where a certain processing unit can be deployed (based on the requirements defined). 
 

Uses of Requirement in org.openspaces.pu.sla
 

Methods in org.openspaces.pu.sla that return types with arguments of type Requirement
 List<Requirement> InstanceSLA.getRequirements()
           
 List<Requirement> SLA.getRequirements()
          Returns a list of requirements that control if a certain processing unit instance will be deployed to a grid container.
 

Method parameters in org.openspaces.pu.sla with type arguments of type Requirement
 void InstanceSLA.setRequirements(List<Requirement> requirements)
           
 void SLA.setRequirements(List<Requirement> requirements)
          Sets a list of requirements that control if a certain processing unit instance will be deployed to a grid container.
 

Uses of Requirement in org.openspaces.pu.sla.requirement
 

Classes in org.openspaces.pu.sla.requirement that implement Requirement
 class CpuRequirement
           
 class HostRequirement
           
 class MemoryRequirement
           
 class RangeRequirement
           
 class SystemRequirement
           
 class ZoneRequirement
           
 


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.