GigaSpaces XAP 9.7.2 API

Uses of Class
org.openspaces.grid.gsm.sla.exceptions.SlaEnforcementInProgressException

Packages that use SlaEnforcementInProgressException
org.openspaces.grid.gsm.autoscaling.exceptions   
org.openspaces.grid.gsm.containers.exceptions   
org.openspaces.grid.gsm.machines.backup   
org.openspaces.grid.gsm.machines.exceptions   
org.openspaces.grid.gsm.rebalancing.exceptions   
org.openspaces.grid.gsm.sla.exceptions   
org.openspaces.grid.gsm.strategy   
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.autoscaling.exceptions
 

Subclasses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.autoscaling.exceptions
 class AutoScalingConfigConflictException
          an exception that is raised if the autoscaling configuration parameters causes an un resolvable conflict in the Minimum/Maximum Capacity requirements for a specific zone.
 class AutoScalingHighThresholdBreachedException
           
 class AutoScalingInstanceStatisticsException
           
 class AutoScalingLowThresholdBreachedException
           
 class AutoScalingSlaEnforcementInProgressException
           
 class AutoScalingStatisticsException
           
 class AutoScalingStatisticsFormatException
           
 class AutoScalingTemporarilyDisabledCooldownException
          Indicates that auto scaling rules are disabled due to cooldown period after instance added or instance removed.
 class AutoScalingThresholdBreachedException
          Base class for high/low threshold breached exceptions
 class PerZoneAutoScalingSlaEnforcementInProgressException
           
 class ReachedMaximumCapacityAutoScalingException
          An exception raised when autoscaling can no longer increase capacity since it reached the limit maximum.
 class RulesConflictAutoScalingException
          An exception that is raised when there is more than one scaling rule, and one or more scaling rule requires scale out, while the other requires scale down.
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.containers.exceptions
 

Subclasses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.containers.exceptions
 class ContainerNotDiscoveredException
           
 class ContainersSlaEnforcementInProgressException
           
 class ContainersSlaEnforcementPendingProcessingUnitDeallocationException
           
 class FailedToStartNewGridServiceContainersException
           
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.machines.backup
 

Subclasses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.machines.backup
 class MachinesStateBackupFailureException
           
 class MachinesStateBackupInProgressException
           
 class MachinesStateRecoveryFailureException
           
 class MachinesStateRecoveryInProgressException
           
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.machines.exceptions
 

Subclasses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.machines.exceptions
 class CannotDetermineIfNeedToStartMoreMachinesException
           
 class CloudCleanupFailedException
           
 class DelayingScaleInUntilAllMachinesHaveStartedException
           
 class DiscoveredTwoAgentsWithTheSameIpAddress
           
 class ExpectedMachineWithMoreMemoryException
           
 class FailedGridServiceAgentReconnectedException
          An exception that is caused when an agent considered to be failed, is actually discovered.
 class FailedToDiscoverMachinesException
           
 class FailedToStartNewGridServiceAgentException
           
 class FailedToStartNewMachineException
           
 class FailedToStopGridServiceAgentException
           
 class FailedToStopMachineException
           
 class GridServiceAgentSlaEnforcementInProgressException
           
 class GridServiceAgentSlaEnforcementPendingContainerDeallocationException
           
 class InconsistentMachineProvisioningException
           
 class MachineFailureHandlingFailedException
           
 class MachinesSlaEnforcementInProgressException
           
 class MachinesSlaHasChangedException
           
 class NeedToStartMoreGridServiceAgentsException
           
 class NeedToWaitUntilAllGridServiceAgentsDiscoveredException
           
 class PerZonesGridServiceAgentSlaEnforcementInProgressException
           
 class PerZonesMachinesSlaEnforcementInProgressException
           
 class SomeProcessingUnitsHaveNotCompletedStateRecoveryException
           
 class StartedTooManyMachinesException
           
 class UndeployInProgressException
           
 class UnexpectedShutdownOfNewGridServiceAgentException
           
 class WaitingForDiscoveredMachinesException
           
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.rebalancing.exceptions
 

Subclasses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.rebalancing.exceptions
 class ElasticProcessingUnitInstanceUndeployInProgress
           
 class FutureProcessingUnitInstanceDeploymentException
           
 class MaximumNumberOfConcurrentRelocationsReachedException
           
 class NumberOfInstancesIsBelowMinimumException
           
 class NumberOfInstancesPerPartitionIsBelowMinimumException
           
 class ProcessingUnitIsNotEvenlyDistributedAccrossMachinesException
           
 class ProcessingUnitIsNotEvenlyDistributedAcrossContainersException
           
 class ProcessingUnitIsNotInTactException
           
 class RebalancingSlaEnforcementInProgressException
           
 class RemovedContainerProcessingUnitDeploymentException
           
 class SpaceRecoveryAfterRelocationException
           
 class WrongContainerProcessingUnitRelocationException
           
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.sla.exceptions
 

Subclasses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.sla.exceptions
 class BlockingAfterPropertiesSetFailedException
          Exception that indicates the cloud driver failed to initialize.
 class BlockingAfterPropertiesSetInProgressException
          Exception that indicates the cloud driver has not completed initialization yet.
 class CannotDiscoverEsmException
          This exception is monitored by the GSA, and causes the ESM process to restart itself.
 class DisconnectedFromLookupServiceException
           
 class TooManyEsmComponentsException
           
 class WrongNumberOfESMComponentsException
           
 

Uses of SlaEnforcementInProgressException in org.openspaces.grid.gsm.strategy
 

Methods in org.openspaces.grid.gsm.strategy with parameters of type SlaEnforcementInProgressException
 void ScaleStrategyProgressEventState.enqueuProvisioningInProgressEvent(SlaEnforcementInProgressException e, ZonesConfig zones)
           
 

Methods in org.openspaces.grid.gsm.strategy that throw SlaEnforcementInProgressException
protected  void AbstractCapacityScaleStrategyBean.enforcePlannedCapacity()
           
 void UndeployScaleStrategyBean.enforceSla()
           
 void ManualCapacityPerZonesScaleStrategyBean.enforceSla()
           
protected abstract  void AbstractScaleStrategyBean.enforceSla()
           
 void EagerScaleStrategyBean.enforceSla()
           
protected  void AutomaticCapacityScaleStrategyBean.enforceSla()
           
 void ManualCapacityScaleStrategyBean.enforceSla()
           
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.