| Modifier and Type | Field and Description |
|---|---|
protected List<Host> |
Region.hosts |
| Modifier and Type | Method and Description |
|---|---|
Host |
ObjectFactory.createHost()
Create an instance of
Host |
Host |
RandomHostSelectionStrategy.selectHost(List<Host> hosts) |
Host |
SequentialHostSelectionStrategy.selectHost(List<Host> hosts) |
Host |
HostSelectionStrategy.selectHost(List<Host> hosts) |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
Region.getHosts()
Gets the value of the hosts property.
|
List<Host> |
WithCopy.getHosts() |
List<Host> |
RegionWithCount.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
Host |
RandomHostSelectionStrategy.selectHost(List<Host> hosts) |
Host |
SequentialHostSelectionStrategy.selectHost(List<Host> hosts) |
Host |
HostSelectionStrategy.selectHost(List<Host> hosts) |
| Constructor and Description |
|---|
Region(List<Host> hosts,
String name)
Fully-initialising value constructor
|
Copyright © 2015 Yandex. All rights reserved.