public class ExtendedHostResolver extends Object implements HostResolver
| Constructor and Description |
|---|
ExtendedHostResolver(List<Host> hosts,
Integer maxConnections,
ConnectionFactory connectionFactory,
Integer acquireHostListInterval) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(com.arangodb.internal.ArangoExecutorSync executor,
ArangoSerialization arangoSerialization) |
HostSet |
resolve(boolean initial,
boolean closeConnections) |
public ExtendedHostResolver(List<Host> hosts, Integer maxConnections, ConnectionFactory connectionFactory, Integer acquireHostListInterval)
public void init(com.arangodb.internal.ArangoExecutorSync executor,
ArangoSerialization arangoSerialization)
init in interface HostResolverpublic HostSet resolve(boolean initial, boolean closeConnections)
resolve in interface HostResolverCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.