| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CapacityRequirements in org.openspaces.admin.pu.elastic | 
|---|
| Methods in org.openspaces.admin.pu.elastic that return CapacityRequirements | |
|---|---|
 CapacityRequirements | 
ElasticMachineProvisioningConfig.getReservedCapacityPerMachine()
Gets the expected amount of memory,cpu,disk,etc... per machine that is reserved for processes other than grid containers.  | 
| Uses of CapacityRequirements in org.openspaces.admin.pu.elastic.config | 
|---|
| Methods in org.openspaces.admin.pu.elastic.config that return CapacityRequirements | |
|---|---|
 CapacityRequirements | 
DiscoveredMachineProvisioningConfig.getReservedCapacityPerMachine()
 | 
 CapacityRequirements | 
CapacityRequirementsConfig.toCapacityRequirements()
 | 
 CapacityRequirements | 
ManualCapacityScaleConfig.toCapacityRequirements()
 | 
 CapacityRequirements | 
ScaleStrategyCapacityRequirementConfig.toCapacityRequirements()
 | 
| Methods in org.openspaces.admin.pu.elastic.config with parameters of type CapacityRequirements | |
|---|---|
 void | 
DiscoveredMachineProvisioningConfig.setReservedCapacityPerMachine(CapacityRequirements capacityRequirements)
Sets the expected amount of memory, cpu, drive space (per machine) that is reserved for processes other than processing units.  | 
| Constructors in org.openspaces.admin.pu.elastic.config with parameters of type CapacityRequirements | |
|---|---|
CapacityRequirementsConfig(CapacityRequirements newCapacity)
 | 
|
| Uses of CapacityRequirements in org.openspaces.grid.gsm.autoscaling | 
|---|
| Methods in org.openspaces.grid.gsm.autoscaling that return CapacityRequirements | |
|---|---|
 CapacityRequirements | 
AutoScalingSlaPolicy.getCapacityRequirements()
 | 
 CapacityRequirements | 
AutoScalingSlaPolicy.getMaxCapacity()
 | 
static CapacityRequirements | 
AutoScalingSlaUtils.getMaximumCapacity(CapacityRequirements totalMax,
                   CapacityRequirements maxPerZone,
                   CapacityRequirementsPerZones enforced,
                   CapacityRequirementsPerZones newPlanned,
                   ZonesConfig zones)
Calculates the maximum capacity for the specified zones.  | 
 CapacityRequirements | 
AutoScalingSlaPolicy.getMinCapacity()
 | 
static CapacityRequirements | 
AutoScalingSlaUtils.getMinimumCapacity(CapacityRequirements totalMin,
                   CapacityRequirements minPerZone,
                   CapacityRequirementsPerZones enforced,
                   CapacityRequirementsPerZones newPlanned,
                   ZonesConfig zones)
Calculates the minimum capacity for the specified zones.  | 
| Methods in org.openspaces.grid.gsm.autoscaling with parameters of type CapacityRequirements | |
|---|---|
static CapacityRequirements | 
AutoScalingSlaUtils.getMaximumCapacity(CapacityRequirements totalMax,
                   CapacityRequirements maxPerZone,
                   CapacityRequirementsPerZones enforced,
                   CapacityRequirementsPerZones newPlanned,
                   ZonesConfig zones)
Calculates the maximum capacity for the specified zones.  | 
static CapacityRequirements | 
AutoScalingSlaUtils.getMinimumCapacity(CapacityRequirements totalMin,
                   CapacityRequirements minPerZone,
                   CapacityRequirementsPerZones enforced,
                   CapacityRequirementsPerZones newPlanned,
                   ZonesConfig zones)
Calculates the minimum capacity for the specified zones.  | 
 void | 
AutoScalingSlaPolicy.setCapacityRequirements(CapacityRequirements capacityRequirements)
 | 
 void | 
AutoScalingSlaPolicy.setMaxCapacity(CapacityRequirements maxCapacity)
 | 
 void | 
AutoScalingSlaPolicy.setMinCapacity(CapacityRequirements minCapacity)
 | 
| Uses of CapacityRequirements in org.openspaces.grid.gsm.autoscaling.exceptions | 
|---|
| Methods in org.openspaces.grid.gsm.autoscaling.exceptions that return CapacityRequirements | |
|---|---|
 CapacityRequirements | 
AutoScalingThresholdBreachedException.getNewCapacity()
 | 
| Methods in org.openspaces.grid.gsm.autoscaling.exceptions with parameters of type CapacityRequirements | |
|---|---|
 void | 
AutoScalingThresholdBreachedException.setOldPlan(CapacityRequirements oldPlan)
 | 
| Uses of CapacityRequirements in org.openspaces.grid.gsm.capacity | 
|---|
| Subclasses of CapacityRequirements in org.openspaces.grid.gsm.capacity | |
|---|---|
 class | 
MachineCapacityRequirements
 | 
| Uses of CapacityRequirements in org.openspaces.grid.gsm.machines | 
|---|
| Methods in org.openspaces.grid.gsm.machines that return CapacityRequirements | |
|---|---|
 CapacityRequirements | 
CapacityMachinesSlaPolicy.getCapacityRequirements()
 | 
 CapacityRequirements | 
FutureGridServiceAgent.getFutureCapacity()
 | 
static CapacityRequirements | 
MachinesSlaUtils.getMachineTotalCapacity(GridServiceAgent agent,
                        AbstractMachinesSlaPolicy sla)
 | 
 CapacityRequirements | 
AbstractMachinesSlaPolicy.getReservedCapacityPerMachine()
 | 
| Methods in org.openspaces.grid.gsm.machines that return types with arguments of type CapacityRequirements | |
|---|---|
 Map<GridServiceAgent,Map<ProcessingUnit,CapacityRequirements>> | 
MachinesSlaEnforcementState.groupCapacityPerProcessingUnitPerAgent(MachinesSlaEnforcementState.StateKey key)
 | 
| Uses of CapacityRequirements in org.openspaces.grid.gsm.machines.exceptions | 
|---|
| Constructors in org.openspaces.grid.gsm.machines.exceptions with parameters of type CapacityRequirements | |
|---|---|
MachinesSlaHasChangedException(ProcessingUnit pu,
                               ZonesConfig zones,
                               CapacityRequirements oldCapacity,
                               CapacityRequirementsPerAgent allocatedCapacity)
 | 
|
NeedToStartMoreGridServiceAgentsException(AbstractMachinesSlaPolicy sla,
                                          MachinesSlaEnforcementState state,
                                          CapacityRequirements capacityShortage,
                                          ProcessingUnit pu)
 | 
|
| Uses of CapacityRequirements in org.openspaces.grid.gsm.machines.plugins | 
|---|
| Methods in org.openspaces.grid.gsm.machines.plugins that return CapacityRequirements | |
|---|---|
 CapacityRequirements | 
ElasticMachineProvisioning.getCapacityOfSingleMachine()
 | 
| Methods in org.openspaces.grid.gsm.machines.plugins with parameters of type CapacityRequirements | |
|---|---|
 FutureGridServiceAgent[] | 
NonBlockingElasticMachineProvisioning.startMachinesAsync(CapacityRequirements capacityRequirements,
                   ExactZonesConfig zones,
                   long duration,
                   TimeUnit unit)
Starts a new machine with a new grid service agent with the specified grid service agent zones.  | 
 FutureGridServiceAgent[] | 
NonBlockingElasticMachineProvisioningAdapter.startMachinesAsync(CapacityRequirements capacityRequirements,
                   ExactZonesConfig zones,
                   long duration,
                   TimeUnit unit)
 | 
| Uses of CapacityRequirements in org.openspaces.grid.gsm.machines.plugins.discovered | 
|---|
| Methods in org.openspaces.grid.gsm.machines.plugins.discovered with parameters of type CapacityRequirements | |
|---|---|
 FutureGridServiceAgent[] | 
DiscoveredMachineProvisioningBean.startMachinesAsync(CapacityRequirements capacityRequirements,
                   ExactZonesConfig zones,
                   long duration,
                   TimeUnit unit)
 | 
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||