Uses of Interface
org.apache.jena.rdflink.RDFLink
-
Packages that use RDFLink Package Description org.apache.jena.rdflink -
-
Uses of RDFLink in org.apache.jena.rdflink
Classes in org.apache.jena.rdflink that implement RDFLink Modifier and Type Class Description classRDFLinkAdapterclassRDFLinkDatasetclassRDFLinkFusekiImplementation of theRDFLinkinterface for connecting to an Apache Jena Fuseki.classRDFLinkHTTPImplementation of theRDFLinkinterface using remote SPARQL operations.classRDFLinkModularImplementation ofRDFLinkwhere the query, update and graph store operations are given by specific implementations of the respective interfaces.Methods in org.apache.jena.rdflink that return RDFLink Modifier and Type Method Description static RDFLinkRDFLinkAdapter. adapt(RDFConnection conn)RDFLinkRDFLinkDatasetBuilder. build()RDFLinkRDFLinkHTTPBuilder. build()Build an {RDFLink}.static RDFLinkRDFLinkDatasetBuilder. connect(DatasetGraph dsg)static RDFLinkRDFLinkDatasetBuilder. connect(DatasetGraph dsg, Isolation isolation)static RDFLinkRDFLinkFactory. connect(java.lang.String destination)Create a connection to a remote location by URL.static RDFLinkRDFLinkFactory. connect(java.lang.String queryServiceEndpoint, java.lang.String updateServiceEndpoint, java.lang.String graphStoreProtocolEndpoint)Create a connection specifying the URLs of the service.static RDFLinkRDFLinkFactory. 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 RDFLinkRDFLinkFactory. connect(DatasetGraph dataset)Connect to a local (same JVM) dataset.static RDFLinkRDFLinkFactory. connect(DatasetGraph dataset, Isolation isolation)Connect to a local (same JVM) dataset.RDFLinkRDFConnectionAdapter. getLink()Return theRDFLinkfor this connection.Methods in org.apache.jena.rdflink with parameters of type RDFLink Modifier and Type Method Description static RDFConnectionRDFConnectionAdapter. adapt(RDFLink link)Method parameters in org.apache.jena.rdflink with type arguments of type RDFLink Modifier and Type Method Description RDFLinkHTTPBuilderRDFLinkHTTPBuilder. creator(java.util.function.Function<RDFLinkHTTPBuilder,RDFLink> function)Provide an alternative function to make theRDFLinkobject.
-