Class RelocationPolicy

java.lang.Object
org.openspaces.pu.sla.AbstractPolicy
org.openspaces.pu.sla.RelocationPolicy
All Implemented Interfaces:
Serializable, Policy

public class RelocationPolicy extends AbstractPolicy
Relocation policy will cause a processing unit instance to relocate when the policy associated monitor breaches its threshold values. Relocation means that the processing unit will be removed from its current grid container and moved to a new one (that meets its requirements).
Author:
kimchy
See Also:
  • Constructor Details

    • RelocationPolicy

      public RelocationPolicy()
  • Method Details