Package org.openspaces.admin.zone.config
Class AtLeastOneZoneConfig
java.lang.Object
org.openspaces.admin.config.AbstractConfig
org.openspaces.admin.zone.config.AbstractZonesConfig
org.openspaces.admin.zone.config.RequiredZonesConfig
org.openspaces.admin.zone.config.AtLeastOneZoneConfig
- All Implemented Interfaces:
ZonesConfig
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSatisfiedBy(ExactZonesConfig existingZoneStatisticsConfig) Methods inherited from class org.openspaces.admin.zone.config.AbstractZonesConfig
getZones, setZones, validateMethods inherited from class org.openspaces.admin.config.AbstractConfig
equals, getProperties, getStringProperties, hashCode, setProperties, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openspaces.admin.zone.config.ZonesConfig
getProperties
-
Constructor Details
-
AtLeastOneZoneConfig
-
AtLeastOneZoneConfig
public AtLeastOneZoneConfig()
-
-
Method Details
-
isSatisfiedBy
- Returns:
- true iff the specified zones satisfies or equals this zones requirement
-