|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |