public class AtLeastOneZoneConfigurer extends Object implements ZonesConfigurer<AtLeastOneZoneConfig>
Constructor and Description |
---|
AtLeastOneZoneConfigurer() |
Modifier and Type | Method and Description |
---|---|
AtLeastOneZoneConfigurer |
addZone(String zone) |
AtLeastOneZoneConfigurer |
addZones(Collection<String> zones) |
AtLeastOneZoneConfigurer |
addZones(String... zones) |
AtLeastOneZoneConfig |
create() |
public AtLeastOneZoneConfigurer addZones(Collection<String> zones)
addZones
in interface ZonesConfigurer<AtLeastOneZoneConfig>
ZonesConfig.setZones(Set)
public AtLeastOneZoneConfigurer addZones(String... zones)
addZones
in interface ZonesConfigurer<AtLeastOneZoneConfig>
ZonesConfig.setZones(Set)
public AtLeastOneZoneConfigurer addZone(String zone)
addZone
in interface ZonesConfigurer<AtLeastOneZoneConfig>
ZonesConfig.setZones(Set)
public AtLeastOneZoneConfig create()
create
in interface ZonesConfigurer<AtLeastOneZoneConfig>
Copyright © GigaSpaces.