public class ContentTripleSourceSDB extends ContentTripleSource
Application.Component.LifecycleStateMEMORY_MAPPED_CONTENT_MODELS, SMALL_CONTENT_MODELS| Constructor and Description |
|---|
ContentTripleSourceSDB() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Dataset |
getDataset() |
com.hp.hpl.jena.rdf.model.ModelMaker |
getModelMaker() |
RDFService |
getRDFService() |
RDFServiceFactory |
getRDFServiceFactory() |
OntModelCache |
getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache)
Use models from the short-term RDFService, since there is less contention
for the database connections that way.
|
void |
shutdown(Application application)
This should be called only once, and should be the last call on this
Component.
|
void |
startup(Application application,
ComponentStartupStatus ss)
This should be called only once, and should be the first call on this
Component.
|
String |
toString() |
addContentDecoratorspublic void startup(Application application, ComponentStartupStatus ss)
Application.Componentpublic RDFServiceFactory getRDFServiceFactory()
public RDFService getRDFService()
public com.hp.hpl.jena.query.Dataset getDataset()
public com.hp.hpl.jena.rdf.model.ModelMaker getModelMaker()
public OntModelCache getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)
public void shutdown(Application application)
Application.ComponentCopyright © 2016. All rights reserved.