| Modifier and Type | Field and Description |
|---|---|
protected List<Region> |
Version.regions |
| Modifier and Type | Method and Description |
|---|---|
default Region |
WithCopy.copy()
Creates a copy for the
Region object, which is almost deep:
the hosts itself are not copied although the list is new. |
Region |
ObjectFactory.createRegion()
Create an instance of
Region |
Region |
RandomHostSelectionStrategy.selectRegion(List<Region> regions) |
Region |
SequentialHostSelectionStrategy.selectRegion(List<Region> regions) |
Region |
HostSelectionStrategy.selectRegion(List<Region> regions) |
| Modifier and Type | Method and Description |
|---|---|
List<Region> |
Version.getRegions()
Gets the value of the regions property.
|
List<Region> |
VersionWithCount.getRegions() |
| Modifier and Type | Method and Description |
|---|---|
Region |
RandomHostSelectionStrategy.selectRegion(List<Region> regions) |
Region |
SequentialHostSelectionStrategy.selectRegion(List<Region> regions) |
Region |
HostSelectionStrategy.selectRegion(List<Region> regions) |
| Constructor and Description |
|---|
Version(List<Region> regions,
String number)
Fully-initialising value constructor
|
Copyright © 2015 Yandex. All rights reserved.