Uses of Interface
org.openspaces.pu.sla.Policy

Packages that use Policy
Package
Description
Definition of SLA (Service Level Agreement) when deploying onto an SLA enabled container (such as the Service Grid).
  • Uses of Policy in org.openspaces.pu.sla

    Classes in org.openspaces.pu.sla that implement Policy
    Modifier and Type
    Class
    Description
    class 
    Simple base class for different policies.
    class 
    Relocation policy will cause a processing unit instance to relocate when the policy associated monitor breaches its threshold values.
    class 
    Scale up policy will cause a processing unit instance to be created when the policy associated monitor breaches its threshold values.
    Methods in org.openspaces.pu.sla that return Policy
    Modifier and Type
    Method
    Description
    SLA.getPolicy()
    Returns the policy associated with the SLA controlling the runtime policy on the action needed to be taken when the monitor associated with the policy breaks the policy thresholds.
    Methods in org.openspaces.pu.sla with parameters of type Policy
    Modifier and Type
    Method
    Description
    void
    SLA.setPolicy(Policy policy)
    Sets the policy associated with the SLA controlling the runtime policy on the action needed to be taken when the monitor associated with the policy breaks the policy thresholds.