Package | Description |
---|---|
org.openrdf.repository.http |
A repository that serves as a proxy for a remote repository on a Sesame server.
|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
org.openrdf.repository.sparql |
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 |
ProxyRepository
Repository implementation that takes a
RepositoryResolver instance and
the id of a managed repository, and delegate all calls through to the given
repository. |
class |
SailRepository
An implementation of the
Repository interface that operates on a
(stack of) Sail object(s). |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLRepository
A proxy class to access any SPARQL endpoint.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.