Modifier and Type | Method and Description |
---|---|
ZonesConfig |
AbstractElasticProcessingUnitProgressChangedEvent.getGridServiceAgentZones()
Deprecated.
|
ZonesConfig |
AbstractElasticProcessingUnitFailureEvent.getGridServiceAgentZones()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractElasticProcessingUnitProgressChangedEvent.setGridServiceAgentZones(ZonesConfig gridServiceAgentZones)
Deprecated.
|
void |
InternalElasticProcessingUnitEvent.setGridServiceAgentZones(ZonesConfig zones) |
void |
AbstractElasticProcessingUnitFailureEvent.setGridServiceAgentZones(ZonesConfig zones)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ZonesConfig |
ZonesConfigUtils.zonesFromString(String key)
Deserializes a string into ZonesConfig.
|
Modifier and Type | Method and Description |
---|---|
static String |
ZonesConfigUtils.zonesToString(ZonesConfig zones)
Serializes ZonesConfig into a single string.
|
Modifier and Type | Method and Description |
---|---|
ZonesConfig |
ElasticMachineProvisioningConfig.getGridServiceAgentZones()
Deprecated.
Gets the list of zones that can be discovered and started by this machine provisioning.
|
Modifier and Type | Method and Description |
---|---|
void |
CapacityRequirementsPerZonesConfig.addCapacity(ZonesConfig zones,
ScaleStrategyCapacityRequirementConfig capacity)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ZonesConfig |
ElasticProcessingUnitFailureEvent.getGridServiceAgentZones()
Deprecated.
|
ZonesConfig |
ElasticProcessingUnitEvent.getGridServiceAgentZones()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ZonesConfig |
ProcessingUnitStatisticsId.getAgentZones() |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitStatisticsIdConfigurer |
ProcessingUnitStatisticsIdConfigurer.agentZones(ZonesConfig zoneStatistics) |
void |
ProcessingUnitStatisticsId.setAgentZones(ZonesConfig zoneStatistics) |
Modifier and Type | Interface and Description |
---|---|
interface |
ZonesConfigurer<T extends ZonesConfig> |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExactZonesConfig.isStasfies(ZonesConfig otherZoneConfig) |
Modifier and Type | Method and Description |
---|---|
ZonesConfig |
AutoScalingSlaPolicy.getZonesConfig() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
PerZoneAutoScalingSlaEnforcementInProgressException.addReason(ZonesConfig zones,
AutoScalingSlaEnforcementInProgressException reason) |
Modifier and Type | Method and Description |
---|---|
Set<ZonesConfig> |
CapacityRequirementsPerZones.getZones() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ZonesConfig |
AbstractMachinesSlaPolicy.getGridServiceAgentZones() |
Modifier and Type | Method and Description |
---|---|
Set<ZonesConfig> |
MachinesSlaEnforcementEndpoint.getGridServiceAgentsZones() |
Set<ZonesConfig> |
MachinesSlaEnforcementState.getGridServiceAgentsZones(ProcessingUnit pu) |
Set<ZonesConfig> |
MachinesSlaEnforcementEndpoint.getUndeployedGridServiceAgentsZones() |
Set<ZonesConfig> |
MachinesSlaEnforcementState.getUndeployedGridServiceAgentsZones(ProcessingUnit pu) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMachinesSlaPolicy.setGridServiceAgentZones(ZonesConfig zones) |
Constructor and Description |
---|
StateKey(ProcessingUnit pu,
ZonesConfig gridServiceAgentZones) |
Modifier and Type | Method and Description |
---|---|
void |
PerZonesGridServiceAgentSlaEnforcementInProgressException.addReason(ZonesConfig zones,
GridServiceAgentSlaEnforcementInProgressException reason) |
void |
PerZonesMachinesSlaEnforcementInProgressException.addReason(ZonesConfig zones,
MachinesSlaEnforcementInProgressException reason) |
Constructor and Description |
---|
MachinesSlaHasChangedException(ProcessingUnit pu,
ZonesConfig zones,
CapacityRequirements oldCapacity,
CapacityRequirementsPerAgent allocatedCapacity) |
Modifier and Type | Method and Description |
---|---|
protected ZonesConfig |
AbstractCapacityScaleStrategyBean.getDefaultZones() |
Modifier and Type | Method and Description |
---|---|
protected Set<ZonesConfig> |
AbstractCapacityScaleStrategyBean.getPlannedZones() |
Copyright © GigaSpaces.