Package | Description |
---|---|
com.arangodb.internal | |
com.arangodb.internal.http | |
com.arangodb.internal.net | |
com.arangodb.internal.util | |
com.arangodb.internal.velocystream.internal |
Modifier and Type | Method and Description |
---|---|
protected static void |
InternalArangoDB.loadHosts(Properties properties,
Collection<Host> hosts) |
Modifier and Type | Method and Description |
---|---|
Host |
HttpConnection.getHost() |
Modifier and Type | Method and Description |
---|---|
Host |
RoundRobinHostHandler.get() |
Host |
RandomHostHandler.get() |
Host |
HostHandler.get() |
Host |
FallbackHostHandler.get() |
Host |
DelHostHandler.get() |
Host |
HostHandle.getHost() |
Host |
Connection.getHost() |
Modifier and Type | Method and Description |
---|---|
List<Host> |
SimpleHostResolver.resolve(boolean initial,
boolean closeConnections) |
List<Host> |
HostResolver.resolve(boolean initial,
boolean closeConnections) |
List<Host> |
ExtendedHostResolver.resolve(boolean initial,
boolean closeConnections) |
Modifier and Type | Method and Description |
---|---|
abstract C |
ConnectionPool.createConnection(Host host) |
HostHandle |
HostHandle.setHost(Host host) |
Constructor and Description |
---|
DelHostHandler(HostHandler hostHandler,
Host host) |
Constructor and Description |
---|
ExtendedHostResolver(List<Host> hosts) |
SimpleHostResolver(List<Host> hosts) |
Modifier and Type | Method and Description |
---|---|
static Host |
HostUtils.createFromLocation(String location) |
Modifier and Type | Method and Description |
---|---|
Host |
VstConnection.getHost() |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.