GigaSpaces XAP 9.7.2 API

org.openspaces.admin.zone.config
Class AtLeastOneZoneConfig

java.lang.Object
  extended by org.openspaces.admin.config.AbstractConfig
      extended by org.openspaces.admin.zone.config.AbstractZonesConfig
          extended by org.openspaces.admin.zone.config.RequiredZonesConfig
              extended by org.openspaces.admin.zone.config.AtLeastOneZoneConfig
All Implemented Interfaces:
ZonesConfig

public class AtLeastOneZoneConfig
extends RequiredZonesConfig

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[]

Since:
9.1.0
Author:
elip

Constructor Summary
AtLeastOneZoneConfig()
           
AtLeastOneZoneConfig(Map<String,String> properties)
           
 
Method Summary
 boolean isSatisfiedBy(ExactZonesConfig existingZoneStatisticsConfig)
           
 
Methods inherited from class org.openspaces.admin.zone.config.AbstractZonesConfig
getZones, setZones, validate
 
Methods inherited from class org.openspaces.admin.config.AbstractConfig
equals, getProperties, getStringProperties, hashCode, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openspaces.admin.zone.config.ZonesConfig
getProperties
 

Constructor Detail

AtLeastOneZoneConfig

public AtLeastOneZoneConfig(Map<String,String> properties)

AtLeastOneZoneConfig

public AtLeastOneZoneConfig()
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(ExactZonesConfig existingZoneStatisticsConfig)
Returns:
true iff the specified zones satisfies or equals this zones requirement

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.