Package | Description |
---|---|
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.sail.federation |
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). |
class |
SailRepositoryConnection
An implementation of the
RepositoryConnection interface that wraps a
SailConnection . |
Modifier and Type | Class and Description |
---|---|
class |
Federation
Union multiple (possibly remote) Repositories into a single RDF store.
|
Copyright © 2001–2016 Aduna. All rights reserved.