| Package | Description |
|---|---|
| org.apache.jena.rdfconnection |
| Modifier and Type | Class and Description |
|---|---|
class |
RDFConnectionFuseki
Implementation of the
RDFConnection interface for connecting to an Apache Jena Fuseki. |
class |
RDFConnectionLocal
Implement of
RDFConnection over a Dataset in the same JVM. |
class |
RDFConnectionModular
Implementation of
RDFConnection where the query, update and graph store
operations are given by specific implementations of the respective interfaces. |
class |
RDFConnectionRemote
Implementation of the
RDFConnection interface using remote SPARQL operations. |
class |
RDFConnectionWrapper
Wrapper for an
RDFConnection. |
| Modifier and Type | Method and Description |
|---|---|
RDFConnection |
RDFConnectionRemoteBuilder.build()
Build an {RDFConnection}.
|
static RDFConnection |
RDFConnectionFactory.connect(Dataset dataset)
Connect to a local (same JVM) dataset.
|
static RDFConnection |
RDFConnectionFactory.connect(Dataset dataset,
Isolation isolation)
Connect to a local (same JVM) dataset.
|
static RDFConnection |
RDFConnectionFactory.connect(String destination)
Create a connection to a remote location by URL.
|
static RDFConnection |
RDFConnectionFactory.connect(String queryServiceEndpoint,
String updateServiceEndpoint,
String graphStoreProtocolEndpoint)
Create a connection specifying the URLs of the service.
|
static RDFConnection |
RDFConnectionFactory.connect(String datasetURL,
String queryServiceEndpoint,
String updateServiceEndpoint,
String graphStoreProtocolEndpoint)
Create a connection to a remote location by URL.
|
static RDFConnection |
RDFConnectionFactory.connectPW(String URL,
String user,
String password)
Make a remote RDFConnection to the URL, with user and password for the client access using basic auth.
|
| Modifier and Type | Method and Description |
|---|---|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.creator(Function<RDFConnectionRemoteBuilder,RDFConnection> function)
Provide an alternative function to make the
RDFConnection object. |
static void |
LibSec.withAuth(String urlStr,
AuthSetup auth,
Consumer<RDFConnection> action) |
| Constructor and Description |
|---|
RDFConnectionModular(RDFConnection connection) |
RDFConnectionWrapper(RDFConnection other) |
Licenced under the Apache License, Version 2.0