Package com.arangodb.internal.net
Class ExtendedHostResolver
java.lang.Object
com.arangodb.internal.net.ExtendedHostResolver
- All Implemented Interfaces:
HostResolver
- Author:
- Mark Vollmary
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedHostResolver
(List<Host> hosts, ArangoConfig config, ConnectionFactory connectionFactory, Integer acquireHostListInterval) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getHosts()
void
init
(ArangoExecutorSync executor, InternalSerde arangoSerialization)
-
Constructor Details
-
ExtendedHostResolver
public ExtendedHostResolver(List<Host> hosts, ArangoConfig config, ConnectionFactory connectionFactory, Integer acquireHostListInterval)
-
-
Method Details
-
init
- Specified by:
init
in interfaceHostResolver
-
close
public void close()- Specified by:
close
in interfaceHostResolver
-
getHosts
- Specified by:
getHosts
in interfaceHostResolver
-