public interface ZonesConfig
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getProperties() | 
| Set<String> | getZones()returns the zones attached to this config. | 
| boolean | isSatisfiedBy(ExactZonesConfig zoneStatisticsConfig) | 
| void | setZones(Set<String> zones) | 
| void | validate()Checks the content of this config is valid. | 
Map<String,String> getProperties()
void validate()
       throws IllegalStateException
IllegalStateException - - if state is found to be illegalvoid setZones(Set<String> zones)
zones - A unique list of labels(tags) that represent different zonesboolean isSatisfiedBy(ExactZonesConfig zoneStatisticsConfig)
Copyright © GigaSpaces.