Uses of Class
org.apache.jena.rdflink.RDFLinkFuseki
-
Packages that use RDFLinkFuseki Package Description org.apache.jena.rdflink -
-
Uses of RDFLinkFuseki in org.apache.jena.rdflink
Methods in org.apache.jena.rdflink that return RDFLinkFuseki Modifier and Type Method Description static RDFLinkFusekiRDFLinkFactory. connectFuseki(java.lang.String destination)Create a connection to a remote Fuseki server by URL.static RDFLinkFusekiRDFLinkFactory. connectFuseki(java.lang.String datasetURL, java.lang.String queryServiceEndpoint, java.lang.String updateServiceEndpoint, java.lang.String graphStoreProtocolEndpoint)Create a connection to a remote Fuseki server by URL.Methods in org.apache.jena.rdflink with parameters of type RDFLinkFuseki Modifier and Type Method Description static RDFLinkHTTPBuilderRDFLinkFuseki. from(RDFLinkFuseki other)Create a connection builder which is initialized from an existingRDFLinkFuseki.
-