java.lang.Object
org.apache.jena.rdflink.RDFLinkHTTP
org.apache.jena.rdflink.RDFLinkFuseki
- All Implemented Interfaces:
AutoCloseable
,LinkDatasetGraph
,LinkDatasetGraphAccess
,LinkSparqlQuery
,LinkSparqlUpdate
,RDFLink
,org.apache.jena.sparql.core.Transactional
Implementation of the
RDFLink
interface for connecting to an Apache Jena Fuseki.
This adds the ability to work with blank nodes across the network.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote
-
Method Summary
Modifier and TypeMethodDescriptionstatic RDFLinkHTTPBuilder
from
(RDFLinkFuseki other) Create a connection builder which is initialized from an existingRDFLinkFuseki
.static RDFLinkHTTPBuilder
Create a connection builder which is initialized for the default Fuseki configuration.Methods inherited from class org.apache.jena.rdflink.RDFLinkHTTP
abort, begin, begin, begin, clearDataset, close, commit, delete, delete, end, from, get, get, getDataset, getDestination, getGraphStoreEndpoint, getHttpClient, getQueryEndpoint, getUpdateEndpoint, isClosed, isInTransaction, isRemote, load, load, load, load, loadDataset, loadDataset, newQuery, newUpdate, promote, put, put, put, put, putDataset, putDataset, query, query, queryAsk, queryConstruct, queryDescribe, queryRowSet, querySelect, service, transactionMode, transactionType, update, update
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.rdflink.RDFLink
queryAsk, queryConstruct, queryConstructDataset, queryConstructDataset, queryDescribe, queryRowSet, querySelect, update
Methods inherited from interface org.apache.jena.sparql.core.Transactional
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
Method Details
-
newBuilder
Create a connection builder which is initialized for the default Fuseki configuration. The application must callRDFLinkHTTPBuilder.destination(String)
to set the URL of the remote dataset.- Returns:
- RDFLinkRemoteBuilder
-
from
Create a connection builder which is initialized from an existingRDFLinkFuseki
.- Parameters:
other
- The RDFLinkFuseki to clone.- Returns:
- RDFLinkRemoteBuilder
-