Uses of Class
com.arangodb.config.HostDescription
Packages that use HostDescription
-
Uses of HostDescription in com.arangodb.config
Methods in com.arangodb.config that return HostDescriptionModifier and TypeMethodDescriptionstatic HostDescription
HostDescription.parse
(CharSequence value) Factory method used by MicroProfile Config as automatic converter.Methods in com.arangodb.config that return types with arguments of type HostDescriptionModifier and TypeMethodDescriptiondefault Optional<List<HostDescription>>
ArangoConfigProperties.getHosts()
-
Uses of HostDescription in com.arangodb.http
Methods in com.arangodb.http with parameters of type HostDescriptionModifier and TypeMethodDescriptioncom.arangodb.internal.net.Connection
HttpConnectionFactory.create
(com.arangodb.internal.config.ArangoConfig config, HostDescription host)