| Package | Description |
|---|---|
| com.arangodb.internal.net | |
| com.arangodb.internal.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HostImpl |
| Modifier and Type | Method and Description |
|---|---|
Host |
FallbackHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
RandomHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
RoundRobinHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
HostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
DirtyReadHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
HostSet.getHostsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostSet.addHost(Host newHost) |
| Constructor and Description |
|---|
ExtendedHostResolver(List<Host> hosts,
Integer maxConnections,
ConnectionFactory connectionFactory,
Integer acquireHostListInterval) |
HostSet(List<Host> hosts) |
SimpleHostResolver(List<Host> hosts) |
| Modifier and Type | Method and Description |
|---|---|
static Host |
HostUtils.createHost(HostDescription description,
int maxConnections,
ConnectionFactory factory) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.