Package org.apache.jena.rdfconnection
Class RDFConnectionFuseki
- java.lang.Object
-
- org.apache.jena.rdfconnection.RDFConnectionRemote
-
- org.apache.jena.rdfconnection.RDFConnectionFuseki
-
- All Implemented Interfaces:
java.lang.AutoCloseable,RDFConnection,RDFDatasetAccessConnection,RDFDatasetConnection,SparqlQueryConnection,SparqlUpdateConnection,Transactional
public class RDFConnectionFuseki extends RDFConnectionRemote
Implementation of theRDFConnectioninterface 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 RDFConnectionRemoteBuildercreate()Create a connection builder which is initialized for the default Fuseki configuration.static RDFConnectionRemoteBuildercreate(RDFConnectionFuseki other)Create a connection builder which is initialized from an existingRDFConnectionFuseki.-
Methods inherited from class org.apache.jena.rdfconnection.RDFConnectionRemote
abort, begin, begin, begin, close, commit, create, delete, delete, end, fetch, fetch, fetchDataset, getDestination, getHttpClient, getHttpContext, isClosed, isInTransaction, load, load, load, load, loadDataset, loadDataset, promote, put, put, put, put, putDataset, putDataset, query, query, queryAsk, queryConstruct, queryDescribe, queryResultSet, querySelect, 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.rdfconnection.RDFConnection
queryAsk, queryConstruct, queryDescribe, queryResultSet, querySelect, update
-
Methods inherited from interface org.apache.jena.sparql.core.Transactional
calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote
-
-
-
-
Method Detail
-
create
public static RDFConnectionRemoteBuilder create()
Create a connection builder which is initialized for the default Fuseki configuration. The application must callRDFConnectionRemoteBuilder.destination(String)to set the URL of the remote dataset.- Returns:
- RDFConnectionRemoteBuilder
-
create
public static RDFConnectionRemoteBuilder create(RDFConnectionFuseki other)
Create a connection builder which is initialized from an existingRDFConnectionFuseki.- Parameters:
other- The RDFConnectionFuseki to clone.- Returns:
- RDFConnectionRemoteBuilder
-
-