| Package | Description |
|---|---|
| com.franz.agraph.pool |
Connection pool implementation for AllegroGraph.
|
| com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
| Class and 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
AGRepositoryConnections. |
| AGConnProp
Property names to open a
AGRepositoryConnection. |
| AGConnProp.Session
Property values for
AGConnProp.session. |
| AGPoolConfig
Extension to
GenericObjectPool.Config to add more properties. |
| AGPoolProp
Property names for
AGPoolConfig. |
| Class and Description |
|---|
| AGConnPool
Pooling for
AGRepositoryConnections. |