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.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. |
Modifier and Type | Method and Description |
---|---|
SesameClient |
SesameClientDependent.getSesameClient()
SesameClient that has been assigned or has been used by this
object. |
Modifier and Type | Method and Description |
---|---|
void |
SesameClientDependent.setSesameClient(SesameClient client)
Assign an
SesameClient that this object should use. |
Modifier and Type | Method and Description |
---|---|
SesameClient |
FederatedServiceResolverImpl.getSesameClient() |
Modifier and Type | Method and Description |
---|---|
void |
FederatedServiceResolverImpl.setSesameClient(SesameClient client) |
Constructor and Description |
---|
SPARQLFederatedService(String serviceUrl,
SesameClient client) |
Modifier and Type | Method and Description |
---|---|
SesameClient |
HTTPRepository.getSesameClient() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepository.setSesameClient(SesameClient client) |
Modifier and Type | Method and Description |
---|---|
protected SesameClient |
RemoteRepositoryManager.getSesameClient() |
Modifier and Type | Method and Description |
---|---|
SesameClient |
SailRepositoryConnection.getSesameClient() |
SesameClient |
SailRepository.getSesameClient() |
Modifier and Type | Method and Description |
---|---|
void |
SailRepositoryConnection.setSesameClient(SesameClient client) |
void |
SailRepository.setSesameClient(SesameClient client) |
Modifier and Type | Method and Description |
---|---|
SesameClient |
SPARQLRepository.getSesameClient() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLRepository.setSesameClient(SesameClient client) |
Modifier and Type | Method and Description |
---|---|
SesameClient |
Federation.getSesameClient() |
Modifier and Type | Method and Description |
---|---|
void |
Federation.setSesameClient(SesameClient client) |
Copyright © 2001–2017 Aduna. All rights reserved.