Package | Description |
---|---|
org.eclipse.rdf4j.federated.endpoint | |
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.repository.base |
Abstract base classes and wrappers for the main Repository API interfaces.
|
org.eclipse.rdf4j.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.eclipse.rdf4j.repository.dataset |
A repository wrapper which supports auto-loading of datasets specified in a query.
|
org.eclipse.rdf4j.repository.event.base |
Wrapper/adapter base implementations.
|
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
org.eclipse.rdf4j.repository.sparql |
A
Repository that serves as a SPARQL endpoint client. |
Modifier and Type | Class and Description |
---|---|
static class |
EndpointBase.ManagedRepositoryConnection
A wrapper for managed
RepositoryConnection s which makes sure that EndpointBase.ManagedRepositoryConnection.close() is a no-op, i.e. |
Modifier and Type | Class and Description |
---|---|
class |
FedXRepositoryConnection
A special
SailRepositoryConnection which adds the original query string as binding to the returned query. |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryConnectionBase
Deprecated.
since 2.0. Use
AbstractRepositoryConnection instead. |
class |
RepositoryConnectionWrapper
Delegates all calls to the delegate RepositoryConnection.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareConnection
Allows contexts to be specified at the connection level or the method level.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetRepositoryConnection |
Modifier and Type | Class and Description |
---|---|
class |
InterceptingRepositoryConnectionWrapper
Wrapper that notifies interceptors of events on RepositoryConnections before they happen.
|
class |
NotifyingRepositoryConnectionWrapper
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.