Uses of Class
com.arangodb.config.HostDescription
-
Packages that use HostDescription Package Description com.arangodb.config com.arangodb.http -
-
Uses of HostDescription in com.arangodb.config
Methods in com.arangodb.config that return HostDescription Modifier and Type Method Description static 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 HostDescription Modifier and Type Method Description default Optional<List<HostDescription>>
ArangoConfigProperties. getHosts()
-
Uses of HostDescription in com.arangodb.http
Methods in com.arangodb.http with parameters of type HostDescription Modifier and Type Method Description com.arangodb.internal.net.Connection
HttpConnectionFactory. create(com.arangodb.internal.config.ArangoConfig config, HostDescription host)
-