Class ContentTripleSourceSDB

    • Constructor Detail

      • ContentTripleSourceSDB

        public ContentTripleSourceSDB()
    • Method Detail

      • getRDFService

        public RDFService getRDFService()
      • getDataset

        public org.apache.jena.query.Dataset getDataset()
      • getModelMaker

        public org.apache.jena.rdf.model.ModelMaker getModelMaker()
      • getShortTermOntModels

        public OntModelCache getShortTermOntModels​(RDFService shortTermRdfService,
                                                   OntModelCache longTermOntModelCache)
        Use models from the short-term RDFService, since there is less contention for the database connections that way. The exceptions are the memory-mapped models. By keeping them, we also keep their sub-models. Set up the Union models again also, so they will reference the short-term models.
      • shutdown

        public void shutdown​(Application application)
        Description copied from interface: Application.Component
        This should be called only once, and should be the last call on this Component.