Uses of Interface
org.apache.jena.rdfconnection.RDFConnection
-
Packages that use RDFConnection Package Description org.apache.jena.rdfconnection -
-
Uses of RDFConnection in org.apache.jena.rdfconnection
Classes in org.apache.jena.rdfconnection that implement RDFConnection Modifier and Type Class Description classRDFConnectionFusekiImplementation of theRDFConnectioninterface for connecting to an Apache Jena Fuseki.classRDFConnectionLocalImplement ofRDFConnectionover aDatasetin the same JVM.classRDFConnectionModularImplementation ofRDFConnectionwhere the query, update and graph store operations are given by specific implementations of the respective interfaces.classRDFConnectionRemoteImplementation of theRDFConnectioninterface using remote SPARQL operations.classRDFConnectionWrapperWrapper for anRDFConnection.Methods in org.apache.jena.rdfconnection that return RDFConnection Modifier and Type Method Description RDFConnectionRDFConnectionRemoteBuilder. build()Build anRDFConnection.static RDFConnectionRDFConnectionFactory. connect(java.lang.String destination)Create a connection to a remote location by URL.static RDFConnectionRDFConnectionFactory. connect(java.lang.String queryServiceEndpoint, java.lang.String updateServiceEndpoint, java.lang.String graphStoreProtocolEndpoint)Create a connection specifying the URLs of the service.static RDFConnectionRDFConnectionFactory. connect(java.lang.String datasetURL, java.lang.String queryServiceEndpoint, java.lang.String updateServiceEndpoint, java.lang.String graphStoreProtocolEndpoint)Create a connection to a remote location by URL.static RDFConnectionRDFConnectionFactory. connect(Dataset dataset)Connect to a local (same JVM) dataset.static RDFConnectionRDFConnectionFactory. connect(Dataset dataset, Isolation isolation)Connect to a local (same JVM) dataset.static RDFConnectionRDFConnectionFactory. connectPW(java.lang.String URL, java.lang.String user, java.lang.String password)Make a remote RDFConnection to the URL, with user and password for the client access using basic auth.Method parameters in org.apache.jena.rdfconnection with type arguments of type RDFConnection Modifier and Type Method Description RDFConnectionRemoteBuilderRDFConnectionRemoteBuilder. creator(java.util.function.Function<RDFConnectionRemoteBuilder,RDFConnection> function)Provide an alternative function to make theRDFConnectionobject.static voidLibSec. withAuth(java.lang.String urlStr, AuthSetup auth, java.util.function.Consumer<RDFConnection> action)Constructors in org.apache.jena.rdfconnection with parameters of type RDFConnection Constructor Description RDFConnectionModular(RDFConnection connection)RDFConnectionWrapper(RDFConnection other)
-