Uses of Interface
com.arangodb.internal.net.Host
Packages that use Host
-
Uses of Host in com.arangodb
Methods in com.arangodb that return types with arguments of type HostModifier and TypeMethodDescriptionprotected Collection<Host>
ArangoDB.Builder.createHostList
(ConnectionFactory connectionFactory) Method parameters in com.arangodb with type arguments of type HostModifier and TypeMethodDescriptionprotected HostResolver
ArangoDB.Builder.createHostResolver
(Collection<Host> hosts, ConnectionFactory connectionFactory) -
Uses of Host in com.arangodb.internal.net
Classes in com.arangodb.internal.net that implement HostMethods in com.arangodb.internal.net that return HostModifier and TypeMethodDescriptionDirtyReadHostHandler.get
(HostHandle hostHandle, AccessType accessType) FallbackHostHandler.get
(HostHandle hostHandle, AccessType accessType) HostHandler.get
(HostHandle hostHandle, AccessType accessType) RandomHostHandler.get
(HostHandle hostHandle, AccessType accessType) RoundRobinHostHandler.get
(HostHandle hostHandle, AccessType accessType) Methods in com.arangodb.internal.net that return types with arguments of type HostMethods in com.arangodb.internal.net with parameters of type HostConstructor parameters in com.arangodb.internal.net with type arguments of type HostModifierConstructorDescriptionExtendedHostResolver
(List<Host> hosts, ArangoConfig config, ConnectionFactory connectionFactory, Integer acquireHostListInterval) SimpleHostResolver
(List<Host> hosts) -
Uses of Host in com.arangodb.internal.util
Methods in com.arangodb.internal.util that return HostModifier and TypeMethodDescriptionstatic Host
HostUtils.createHost
(HostDescription description, ArangoConfig config, ConnectionFactory factory)