Interface SparqlBasedService

All Superinterfaces:
com.google.common.util.concurrent.Service
All Known Subinterfaces:
SparqlBasedSystemService
All Known Implementing Classes:
VirtuosoSystemService

public interface SparqlBasedService extends com.google.common.util.concurrent.Service
Candidate for deprecation. Used to obtain RDF connections from docker services; but instead one could just connect to the container host name RDFConnectionFactory.connect(service.getContainerId()); However, this would not work for in-memory stores... On the other hand, the life cycle of the store should be managed separated from the connection anyway.
Author:
raven
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

    com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.rdfconnection.RDFConnection
     

    Methods inherited from interface com.google.common.util.concurrent.Service

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync
  • Method Details

    • createDefaultConnection

      org.apache.jena.rdfconnection.RDFConnection createDefaultConnection()