Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query.algebra.evaluation.federation | |
org.openrdf.repository.http |
A repository that serves as a proxy client for a remote
repository on a Sesame Server.
|
org.openrdf.repository.manager |
Functionality for management and sharing/reuse of Repositories
|
org.openrdf.repository.manager.util | |
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
org.openrdf.sail.federation |
Modifier and Type | Class and Description |
---|---|
class |
SesameClientImpl
Uses
HttpClient to manage HTTP connections. |
class |
SesameSession
An
SparqlSession subclass which bundles special functionality for
Sesame remote repositories. |
class |
SparqlSession
The SparqlSession provides low level HTTP methods for the HTTP communication
of the SPARQL repository as well as the HTTP Repository.
|
Modifier and Type | Class and Description |
---|---|
class |
FederatedServiceResolverImpl
The
FederatedServiceResolverImpl is used to manage a set of
FederatedService instances, which are used to evaluate SERVICE
expressions for particular service Urls. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRepository
A repository that serves as a proxy for a remote repository on a Sesame
Server.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalRepositoryManager
An implementation of the
RepositoryManager interface that operates
directly on the repository data files in the local file system. |
class |
RemoteRepositoryManager
A manager for
Repository s that reside on a remote server. |
class |
RepositoryManager
A manager for
Repository s. |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingLocalRepositoryManager
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support
for registering listeners.
|
class |
TypeFilteringRepositoryManager |
Modifier and Type | Class and Description |
---|---|
class |
SailRepository
An implementation of the
Repository interface that operates on a
(stack of) Sail object(s). |
class |
SailRepositoryConnection
An implementation of the
RepositoryConnection interface that wraps a
SailConnection . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLConnection
Provides a
RepositoryConnection interface to any SPARQL endpoint. |
class |
SPARQLRepository
A proxy class to access any SPARQL endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
Federation
Union multiple (possibly remote) Repositories into a single RDF store.
|
Copyright © 2001–2017 Aduna. All rights reserved.