Uses of Class
com.arangodb.internal.config.ArangoConfig
Packages that use ArangoConfig
Package
Description
-
Uses of ArangoConfig in com.arangodb.http
Methods in com.arangodb.http with parameters of type ArangoConfigModifier and TypeMethodDescriptionHttpConnectionFactory.create
(ArangoConfig config, HostDescription host) HttpProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) -
Uses of ArangoConfig in com.arangodb.internal
Constructors in com.arangodb.internal with parameters of type ArangoConfigModifierConstructorDescriptionArangoDBImpl
(ArangoConfig config, CommunicationProtocol protocol, HostHandler hostHandler) protected
ArangoExecuteable
(CommunicationProtocol protocol, ArangoConfig config) protected
ArangoExecutor
(CommunicationProtocol protocol, ArangoConfig config) ArangoExecutorAsync
(CommunicationProtocol protocol, ArangoConfig config) ArangoExecutorSync
(CommunicationProtocol protocol, ArangoConfig config) protected
InternalArangoDB
(CommunicationProtocol protocol, ArangoConfig config) -
Uses of ArangoConfig in com.arangodb.internal.net
Methods in com.arangodb.internal.net with parameters of type ArangoConfigModifier and TypeMethodDescriptionConnectionFactory.create
(ArangoConfig config, HostDescription host) ProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) Constructors in com.arangodb.internal.net with parameters of type ArangoConfigModifierConstructorDescriptionprotected
Communication
(ArangoConfig config, HostHandler hostHandler) ConnectionPoolImpl
(HostDescription host, ArangoConfig config, ConnectionFactory factory) ExtendedHostResolver
(List<Host> hosts, ArangoConfig config, ConnectionFactory connectionFactory, Integer acquireHostListInterval) -
Uses of ArangoConfig in com.arangodb.internal.util
Methods in com.arangodb.internal.util with parameters of type ArangoConfigModifier and TypeMethodDescriptionstatic Host
HostUtils.createHost
(HostDescription description, ArangoConfig config, ConnectionFactory factory) -
Uses of ArangoConfig in com.arangodb.vst
Methods in com.arangodb.vst with parameters of type ArangoConfigModifier and TypeMethodDescriptionVstConnectionFactoryAsync.create
(ArangoConfig config, HostDescription host) VstProtocolProvider.createProtocol
(ArangoConfig config, HostHandler hostHandler) Constructors in com.arangodb.vst with parameters of type ArangoConfig -
Uses of ArangoConfig in com.arangodb.vst.internal
Constructors in com.arangodb.vst.internal with parameters of type ArangoConfigModifierConstructorDescriptionprotected
VstConnection
(ArangoConfig config, HostDescription host) VstConnectionAsync
(ArangoConfig config, HostDescription host)