- java.lang.Object
-
- org.apache.jena.rdflink.RDFLinkHTTP
-
- org.apache.jena.rdflink.RDFLinkFuseki
-
- All Implemented Interfaces:
java.lang.AutoCloseable,LinkDatasetGraph,LinkDatasetGraphAccess,LinkSparqlQuery,LinkSparqlUpdate,RDFLink,Transactional
public class RDFLinkFuseki extends RDFLinkHTTP
Implementation of theRDFLinkinterface 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
Transactional.Promote
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RDFLinkHTTPBuilderfrom(RDFLinkFuseki other)Create a connection builder which is initialized from an existingRDFLinkFuseki.static RDFLinkHTTPBuildernewBuilder()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, 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 Detail
-
newBuilder
public static RDFLinkHTTPBuilder 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
public static RDFLinkHTTPBuilder from(RDFLinkFuseki other)
Create a connection builder which is initialized from an existingRDFLinkFuseki.- Parameters:
other- The RDFLinkFuseki to clone.- Returns:
- RDFLinkRemoteBuilder
-
-