Uses of Interface
com.arangodb.internal.net.ConnectionPool
Packages that use ConnectionPool
Package
Description
-
Uses of ConnectionPool in com.arangodb.http
Methods in com.arangodb.http with parameters of type ConnectionPoolModifier and TypeMethodDescriptionHttpConnectionFactory.create
(ArangoConfig config, HostDescription host, ConnectionPool pool) -
Uses of ConnectionPool in com.arangodb.internal.net
Classes in com.arangodb.internal.net that implement ConnectionPoolMethods in com.arangodb.internal.net with parameters of type ConnectionPoolModifier and TypeMethodDescriptionConnectionFactory.create
(ArangoConfig config, HostDescription host, ConnectionPool pool) Constructors in com.arangodb.internal.net with parameters of type ConnectionPoolModifierConstructorDescriptionHostImpl
(ConnectionPool connectionPool, HostDescription description) -
Uses of ConnectionPool in com.arangodb.vst
Methods in com.arangodb.vst with parameters of type ConnectionPoolModifier and TypeMethodDescriptionVstConnectionFactoryAsync.create
(ArangoConfig config, HostDescription host, ConnectionPool pool) -
Uses of ConnectionPool in com.arangodb.vst.internal
Constructors in com.arangodb.vst.internal with parameters of type ConnectionPoolModifierConstructorDescriptionprotected
VstConnection
(ArangoConfig config, HostDescription host, ConnectionPool pool) VstConnectionAsync
(ArangoConfig config, HostDescription host, ConnectionPool pool)