Uses of Interface
org.apache.jena.rdfconnection.RDFConnection
Packages that use RDFConnection
-
Uses of RDFConnection in org.apache.jena.rdfconnection
Subinterfaces of RDFConnection in org.apache.jena.rdfconnectionModifier and TypeInterfaceDescriptioninterfaceImplementation of theRDFConnectioninterface for connecting to an Apache Jena Fuseki.interfaceClasses in org.apache.jena.rdfconnection that implement RDFConnectionModifier and TypeClassDescriptionstatic classclassDeprecated, for removal: This API element is subject to removal in a future version.classWrapper for anRDFConnection.Methods in org.apache.jena.rdfconnection that return RDFConnectionModifier and TypeMethodDescriptionfinal RDFConnectionRDFConnectionRemoteBuilder.build()Build anRDFConnection.static RDFConnectionCreate a connection to a remote location by URL.static RDFConnectionRDFConnection.connect(org.apache.jena.query.Dataset dataset) Connect to a local (same JVM) dataset.static RDFConnectionConnect to a local (same JVM) dataset.static RDFConnectionDeprecated.static RDFConnectionRDFConnectionFactory.connect(String queryServiceEndpoint, String updateServiceEndpoint, String graphStoreProtocolEndpoint) Deprecated.UseRDFConnectionRemote.service(java.lang.String)and set the endpoints.static RDFConnectionRDFConnectionFactory.connect(String datasetURL, String queryServiceEndpoint, String updateServiceEndpoint, String graphStoreProtocolEndpoint) Deprecated.UseRDFConnectionRemote.service(java.lang.String)and set the endpoints.static RDFConnectionRDFConnectionFactory.connect(org.apache.jena.query.Dataset dataset) Deprecated.Useconnect(Dataset).static RDFConnectionDeprecated.static RDFConnectionCreate a connection to a remote location by URL with the default Fuseki configuration.static RDFConnectionMake a remote RDFConnection to the URL, with user and password for the client access using basic auth.static RDFConnectionDeprecated.static RDFConnectionRDFConnection.queryConnect(String queryServiceURL) Create a connection to a remote location for SPARQL query requestsConstructors in org.apache.jena.rdfconnection with parameters of type RDFConnection -
Uses of RDFConnection in org.apache.jena.rdflink
Classes in org.apache.jena.rdflink that implement RDFConnectionMethods in org.apache.jena.rdflink that return RDFConnectionMethods in org.apache.jena.rdflink with parameters of type RDFConnectionConstructors in org.apache.jena.rdflink with parameters of type RDFConnection
connect(Dataset).