public abstract class AbstractZonesConfig extends AbstractConfig implements ZonesConfig
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractZonesConfig(Map<String,String> properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
getZones()
returns the zones attached to this config. 
 | 
void | 
setZones(Set<String> zones)  | 
void | 
validate()
Checks the content of this config is valid. 
 | 
equals, getProperties, getStringProperties, hashCode, setProperties, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, isSatisfiedBypublic void validate()
              throws IllegalStateException
ZonesConfigvalidate in interface ZonesConfigIllegalStateException - - if state is found to be illegalpublic Set<String> getZones()
ZonesConfiggetZones in interface ZonesConfigpublic void setZones(Set<String> zones)
setZones in interface ZonesConfigzones - A unique list of labels(tags) that represent different zonesCopyright © GigaSpaces.