|
Franz Inc, AllegroGraph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Closeable | |
---|---|
com.franz.agraph.jena | Implementation of the Jena RDF API 2.6.2 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.6.2 with extensions for AllegroGraph features. |
com.franz.util |
Uses of Closeable in com.franz.agraph.jena |
---|
Classes in com.franz.agraph.jena that implement Closeable | |
---|---|
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. |
Uses of Closeable in com.franz.agraph.pool |
---|
Classes in com.franz.agraph.pool that implement Closeable | |
---|---|
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. |
Uses of Closeable in com.franz.agraph.repository |
---|
Subinterfaces of Closeable in com.franz.agraph.repository | |
---|---|
interface |
AGAbstractRepository
|
Classes in com.franz.agraph.repository that implement Closeable | |
---|---|
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. |
Uses of Closeable in com.franz.util |
---|
Classes in com.franz.util that implement Closeable | |
---|---|
class |
Closer
Use or extend this class to add easy ability to safely close various resources. |
Methods in com.franz.util with type parameters of type Closeable | ||
---|---|---|
|
Closer.close(CloseableType o)
|
|
static
|
Util.close(CloseableType o)
Deprecated. in v4.4 use Closer |
|
static
|
Closer.Close(CloseableType o)
|
|
Copyright © 2008-2012 Franz Inc. | |||||||||
PREV NEXT | FRAMES NO FRAMES |