|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ZonesConfig in org.openspaces.admin.pu.elastic |
---|
Methods in org.openspaces.admin.pu.elastic that return ZonesConfig | |
---|---|
ZonesConfig |
ElasticMachineProvisioningConfig.getGridServiceAgentZones()
Gets the list of zones that can be discovered and started by this machine provisioning. |
Uses of ZonesConfig in org.openspaces.admin.pu.elastic.config |
---|
Methods in org.openspaces.admin.pu.elastic.config with parameters of type ZonesConfig | |
---|---|
void |
CapacityRequirementsPerZonesConfig.addCapacity(ZonesConfig zones,
ScaleStrategyCapacityRequirementConfig capacity)
|
Uses of ZonesConfig in org.openspaces.admin.pu.elastic.events |
---|
Methods in org.openspaces.admin.pu.elastic.events that return ZonesConfig | |
---|---|
ZonesConfig |
ElasticProcessingUnitEvent.getGridServiceAgentZones()
|
ZonesConfig |
ElasticProcessingUnitFailureEvent.getGridServiceAgentZones()
|
Uses of ZonesConfig in org.openspaces.admin.pu.statistics |
---|
Methods in org.openspaces.admin.pu.statistics that return ZonesConfig | |
---|---|
ZonesConfig |
ProcessingUnitStatisticsId.getAgentZones()
|
Methods in org.openspaces.admin.pu.statistics with parameters of type ZonesConfig | |
---|---|
ProcessingUnitStatisticsIdConfigurer |
ProcessingUnitStatisticsIdConfigurer.agentZones(ZonesConfig zoneStatistics)
|
void |
ProcessingUnitStatisticsId.setAgentZones(ZonesConfig zoneStatistics)
|
Uses of ZonesConfig in org.openspaces.admin.zone.config |
---|
Classes in org.openspaces.admin.zone.config with type parameters of type ZonesConfig | |
---|---|
interface |
ZonesConfigurer<T extends ZonesConfig>
|
Classes in org.openspaces.admin.zone.config that implement ZonesConfig | |
---|---|
class |
AbstractZonesConfig
|
class |
AnyZonesConfig
Satisified by any zones PU[] is statisfied by GSC[] PU[] is statisfied by GSC[A] |
class |
AtLeastOneZoneConfig
Satisfied if at least one of the zones exist PU[A,B] is statisfied by GSC[A,B] PU[A,B] is statisfied by GSC[A] PU[A,B] is statisfied by GSC[B] PU[A] is statisfied by GSC[A,B] PU[A] is statisfied by GSC[A] PU[A] is NOT statisfied by GSC[] |
class |
ExactZonesConfig
|
class |
RequiredZonesConfig
A base class for PU zones |
Methods in org.openspaces.admin.zone.config with parameters of type ZonesConfig | |
---|---|
boolean |
ExactZonesConfig.isStasfies(ZonesConfig otherZoneConfig)
|
Uses of ZonesConfig in org.openspaces.grid.gsm.autoscaling |
---|
Methods in org.openspaces.grid.gsm.autoscaling that return ZonesConfig | |
---|---|
ZonesConfig |
AutoScalingSlaPolicy.getZonesConfig()
|
Methods in org.openspaces.grid.gsm.autoscaling with parameters of type ZonesConfig | |
---|---|
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.setZonesConfig(ZonesConfig zonesConfig)
|
Uses of ZonesConfig in org.openspaces.grid.gsm.autoscaling.exceptions |
---|
Methods in org.openspaces.grid.gsm.autoscaling.exceptions with parameters of type ZonesConfig | |
---|---|
void |
PerZoneAutoScalingSlaEnforcementInProgressException.addReason(ZonesConfig zones,
AutoScalingSlaEnforcementInProgressException reason)
|
Uses of ZonesConfig in org.openspaces.grid.gsm.capacity |
---|
Methods in org.openspaces.grid.gsm.capacity that return types with arguments of type ZonesConfig | |
---|---|
Set<ZonesConfig> |
CapacityRequirementsPerZones.getZones()
|
Methods in org.openspaces.grid.gsm.capacity with parameters of type ZonesConfig | |
---|---|
CapacityRequirementsPerZones |
CapacityRequirementsPerZones.add(ZonesConfig zones,
CapacityRequirements capacity)
|
CapacityRequirements |
CapacityRequirementsPerZones.getZonesCapacity(ZonesConfig zones)
|
CapacityRequirements |
CapacityRequirementsPerZones.getZonesCapacityOrZero(ZonesConfig zones)
|
CapacityRequirementsPerZones |
CapacityRequirementsPerZones.set(ZonesConfig zones,
CapacityRequirements capacity)
|
CapacityRequirementsPerZones |
CapacityRequirementsPerZones.subtract(ZonesConfig zones,
CapacityRequirements capacity)
|
CapacityRequirementsPerZones |
CapacityRequirementsPerZones.subtractOrZero(ZonesConfig zones,
CapacityRequirements capacity)
|
CapacityRequirementsPerZones |
CapacityRequirementsPerZones.subtractZones(ZonesConfig zones)
|
Uses of ZonesConfig in org.openspaces.grid.gsm.machines |
---|
Methods in org.openspaces.grid.gsm.machines that return ZonesConfig | |
---|---|
ZonesConfig |
AbstractMachinesSlaPolicy.getGridServiceAgentZones()
|
Methods in org.openspaces.grid.gsm.machines that return types with arguments of type ZonesConfig | |
---|---|
Set<ZonesConfig> |
MachinesSlaEnforcementEndpoint.getGridServiceAgentsZones()
|
Set<ZonesConfig> |
MachinesSlaEnforcementState.getGridServiceAgentsZones(ProcessingUnit pu)
|
Set<ZonesConfig> |
MachinesSlaEnforcementEndpoint.getUndeployedGridServiceAgentsZones()
|
Set<ZonesConfig> |
MachinesSlaEnforcementState.getUndeployedGridServiceAgentsZones(ProcessingUnit pu)
|
Methods in org.openspaces.grid.gsm.machines with parameters of type ZonesConfig | |
---|---|
void |
AbstractMachinesSlaPolicy.setGridServiceAgentZones(ZonesConfig zones)
|
Constructors in org.openspaces.grid.gsm.machines with parameters of type ZonesConfig | |
---|---|
MachinesSlaEnforcementState.StateKey(ProcessingUnit pu,
ZonesConfig gridServiceAgentZones)
|
Uses of ZonesConfig in org.openspaces.grid.gsm.machines.exceptions |
---|
Methods in org.openspaces.grid.gsm.machines.exceptions with parameters of type ZonesConfig | |
---|---|
void |
PerZonesGridServiceAgentSlaEnforcementInProgressException.addReason(ZonesConfig zones,
GridServiceAgentSlaEnforcementInProgressException reason)
|
void |
PerZonesMachinesSlaEnforcementInProgressException.addReason(ZonesConfig zones,
MachinesSlaEnforcementInProgressException reason)
|
Constructors in org.openspaces.grid.gsm.machines.exceptions with parameters of type ZonesConfig | |
---|---|
MachinesSlaHasChangedException(ProcessingUnit pu,
ZonesConfig zones,
CapacityRequirements oldCapacity,
CapacityRequirementsPerAgent allocatedCapacity)
|
Uses of ZonesConfig in org.openspaces.grid.gsm.strategy |
---|
Methods in org.openspaces.grid.gsm.strategy that return ZonesConfig | |
---|---|
protected ZonesConfig |
AbstractCapacityScaleStrategyBean.getDefaultZones()
|
Methods in org.openspaces.grid.gsm.strategy that return types with arguments of type ZonesConfig | |
---|---|
protected Set<ZonesConfig> |
AbstractCapacityScaleStrategyBean.getPlannedZones()
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |