Package | Description |
---|---|
com.franz.agraph.jena |
Implementation of the
Jena RDF API 2.11.1
with extensions for
AllegroGraph
features.
|
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.
|
com.franz.util |
Modifier and Type | Class and Description |
---|---|
class |
AGGraph
Implements the Jena Graph interface for AllegroGraph.
|
class |
AGGraphMaker
Implements the Jena GraphMaker interface for AllegroGraph.
|
class |
AGGraphUnion |
class |
AGInfGraph
Implements the Jena InfGraph interface for AllegroGraph.
|
class |
AGInfModel
Implements the Jena InfModel interface for AllegroGraph.
|
class |
AGModel
Implements the Jena Model interface for AllegroGraph.
|
class |
AGNodeIterator
A utility class for iterating over Jena Nodes.
|
class |
AGQueryExecution
Implements the Jena QueryExecution interface for AllegroGraph.
|
class |
AGTripleIterator
A utility class for iterating over Jena Triples.
|
class |
AGTripleIteratorGQ
A utility class for iterating over Jena Triples.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
AGConnPool
Pooling for
AGRepositoryConnection s. |
Modifier and Type | Interface and Description |
---|---|
interface |
AGAbstractRepository |
Modifier and Type | Class and Description |
---|---|
class |
AGRepository
Implements the Sesame Repository interface for AllegroGraph, representing
triple-stores
on the server.
|
class |
AGRepositoryConnection
Implements the Sesame
RepositoryConnection interface for AllegroGraph. |
class |
AGServer
The starting point for interacting with an
AllegroGraph server.
|
class |
AGVirtualRepository
A class for virtual repositories, used for working with federations,
graph-filtered stores, reasoning stores, and compositions thereof.
|
Modifier and Type | Class and Description |
---|---|
class |
Closer
Use or extend this class to add easy ability to safely close various resources.
|
Modifier and Type | Method and Description |
---|---|
<CloseableType extends Closeable> |
Closer.close(CloseableType o) |
static <CloseableType extends Closeable> |
Util.close(CloseableType o)
Deprecated.
in v4.4 use Closer
|
static <CloseableType extends Closeable> |
Closer.Close(CloseableType o) |