Class | Description |
---|---|
AGConnConfig | |
AGConnFactory |
Adapts the
AGRepositoryConnection API
to the commons-pool factory interface,
leaving creation of the connection (and configuration)
to a subclass, defined by users of this library. |
AGConnPool |
Pooling for
AGRepositoryConnection s. |
AGConnPoolJndiFactory |
JNDI factory for
AGConnPool . |
AGPoolConfig |
Extension to
GenericObjectPoolConfig to add more properties. |
Enum | Description |
---|---|
AGConnProp |
Property names to open a
AGRepositoryConnection . |
AGConnProp.Session |
Property values for
AGConnProp.session . |
AGPoolProp |
Property names for
AGPoolConfig . |
Connection pool implementation for AllegroGraph.
The recommended way to use this package is with
AGConnPool
or with the AGConnPoolJndiFactory
using JNDI configuration of your webserver.
The Pool library is required to use this package: Apache Commons Pool, commons-pool-1.5.6.jar
AGConnPool
,
AGConnPoolJndiFactory
Copyright © 2020 Franz Inc.. All rights reserved.